05-15-2009, 02:06 PM
How can I search for Variable anywhere within a string of text? eg. "*variable*"
Search for Variable anywhere within a string of text?
|
05-15-2009, 02:06 PM
How can I search for Variable anywhere within a string of text? eg. "*variable*"
05-15-2009, 02:13 PM
To explaina bit better, here's the code i'm using:
'Cc So basially i'm looking for the variable rtower, anywhere within the variable agreement.
05-19-2009, 07:31 AM
Does anyone know how I can do this?
05-19-2009, 07:49 AM
if(find(agreement rtover)>=0)
05-19-2009, 10:18 AM
Thanks Ginataras, is it possible to have it find it regardless of whether it is UPPER or lower case?
At the moment if rtower = "TEXT" and assignment = "Some Text" it shows as False.
05-19-2009, 10:19 AM
Yes, read about find in QM help.
05-19-2009, 10:28 AM
I tried setting the flag but it didn't work.
I tired.. if(find(agreement rtower 0 0)>=0) and if(find(agreement rtower 0)>=0) Can you see what i'm doing wrong? Edit: Actually I misread it, should have been 1. Seems to be working now. |
« Next Oldest | Next Newest »
|