Hi all,
I have an array called (aryStr) which holds a list of tags. ie:
Seq2_Response
Seq2_UOM
Seq3_UOM
I'm trying to strip these tags to place everything to the right hand side of the under score into a string: strColumnName
Then the digit to the immediate left of the under score I wish to place into another variable: intSeqNo
Thankx,
Jonathan
I have an array called (aryStr) which holds a list of tags. ie:
Seq2_Response
Seq2_UOM
Seq3_UOM
I'm trying to strip these tags to place everything to the right hand side of the under score into a string: strColumnName
Then the digit to the immediate left of the under score I wish to place into another variable: intSeqNo
Thankx,
Jonathan