Ok I'll ask this first, then I'll post some sort of example of what I actually want to do.
If I GetDelimited string....I need to extract one part of it, it's going to be a different length every time, but I can get the first and last positions on each side of the string part I want.
Once I get my first <start at position>, how do I tell it when to end? I need to be able to say...
Find in string "{" - get position (position 32)
now start from position 32 and get the next 56 characters after that position and return to %newstring%
Would this need a while loop in the string to do this?
Ideas? or I'll be more specific in what I'm trying to accomplish here next post.
If I GetDelimited string....I need to extract one part of it, it's going to be a different length every time, but I can get the first and last positions on each side of the string part I want.
Once I get my first <start at position>, how do I tell it when to end? I need to be able to say...
Find in string "{" - get position (position 32)
now start from position 32 and get the next 56 characters after that position and return to %newstring%
Would this need a while loop in the string to do this?
Ideas? or I'll be more specific in what I'm trying to accomplish here next post.
Comment