W
Wylie C
I have table field formatted as text. The form control is bound to this
field. The user will input stock number code with colons as the separator for
different aspects of the product code. For example sss:yyy:rrr. Each of the
values (sss or yyy or rrr) may be 1,2 o3 three characters in length. What I
need to do is assign strVal1 to whatever value is input between the start of
the field and the first :, assign strVal2 to the value between the 1st and
2nd :, then strVal3 to the value that follows the last :.... Ideally I would
like to have a function that would loop until the last value, that without a
trailing : is found. Can someone please help me?
Thank you all very much.
field. The user will input stock number code with colons as the separator for
different aspects of the product code. For example sss:yyy:rrr. Each of the
values (sss or yyy or rrr) may be 1,2 o3 three characters in length. What I
need to do is assign strVal1 to whatever value is input between the start of
the field and the first :, assign strVal2 to the value between the 1st and
2nd :, then strVal3 to the value that follows the last :.... Ideally I would
like to have a function that would loop until the last value, that without a
trailing : is found. Can someone please help me?
Thank you all very much.