MPE CI Programming for 7.5
July 22, 2008
Page 54
hp e3000
strategy
1) parse out all tokens in a string var
2) extract the first N tokens from a string var
3) extract the last N tokens from a string var
4) test for “hi” somewhere in a string var (or “LOGON” vs.
“NOLOGON”)
5) count tokens in a string var
6) remove Nth token from a string var
7) remove N consecutive tokens from a string var
string manipulations