__header__

Description

The GC String Mid tool will allow the user to search a specific set of parameters within a string to obtain a specific point of information along the string.

Using the GC String Mid Tool

Go into the tools Parameters page. Once there copy and paste or enter the string into the "InputString" box. This will be the string that is searched.
The "StartPos" box allows the user to enter in the place of the string that they want to enter by way of a number. For example if the string is ABCDEFGH and the user were to enter the number 5 into the StartPos box the new string found (the OutputString) will start with the item after the 5th position or the letter F.
The "Length" box allows the user to decide how far into the string they are looking. This will also be a numeric value. For example if the string is ABCDEFGH and the StartPos was 5 and the Length were 2 then the OutputString would be FG.
The "OutputString" is the value or the new string that is found from the parameters that are given on the GCStringMid parameters page.


Example:

654



Parameters

InputString

StartPos

Length

OutputString

__footer__