G7 String Commands
G7 allows the user to create strings and refer to the strings by name. These strings may be employed nearly anywhere within a G7 script. After running through the demo script, a user will be able to:
- Compare two strings with and without case sensitivity
- Compare portions of two strings with and without case sensitivity
- Employ string comparisons within if commands
- Load database values into a string
Download STRINGFUNCTIONS.ZIP and unzip to the directory of your choice. Open G7 and browse to directory where STRINGFUNCTIONS.ZIP was unzipped. Select the g.cfg file in the directory. Once inside G7, type "add String_Functions.add" in the command line to begin.