I'm trying to get the character position of the very last character in a string of data. I'm using INSTRREV looking for a "period" as shown below:
instrrev ({@updateaction_alias},".")
My problem is, the field doesn't always end in a period. Is there any way of looking for "any" character, no matter what it may be? A wild card type reference or something?
Thanks much for any help!!
instrrev ({@updateaction_alias},".")
My problem is, the field doesn't always end in a period. Is there any way of looking for "any" character, no matter what it may be? A wild card type reference or something?
Thanks much for any help!!