01-23-2009, 05:42 PM
Hi rsingh,
Step 1: Get the value in a variable
Step 2: Replace ";;" i.e. vVariable = Replace(vValue, ";;", ";#")with some dummy value as ';#' and store it in a variable
Step 3: Now find the position inturn where '#' here means ';'
Step 4: according to the position select the node
I hope i am answering u'r question.
Step 1: Get the value in a variable
Step 2: Replace ";;" i.e. vVariable = Replace(vValue, ";;", ";#")with some dummy value as ';#' and store it in a variable
Step 3: Now find the position inturn where '#' here means ';'
Step 4: according to the position select the node
I hope i am answering u'r question.