SV: Stringsearch
Daniel Sananes
danielsananes at hotmail.com
Fri Dec 12 09:23:42 EST 2014
Thanks Jean Marc. It works.
Thanks Alan. It works if mid(upp(RES_TEXT;1;7)) is changed to
mid(upp(RES_TEXT);1;7)
Daniel
-----Ursprungligt meddelande-----
Från: Alan Perrin
Hi Daniel
How about mid(upp(RES_TEXT;1;7))=upp('Here I am')
Regards
Alan Perrin
-----Original Message-----
From: omnisdev-en-bounces at lists.omnis-dev.com
[mailto:omnisdev-en-bounces at lists.omnis-dev.com] On Behalf Of Daniel Sananes
Sent: 12 December 2014 10:49
To: 'OmnisDev List - English'
Subject: Stringsearch
Hi
This is probably simple.
I cant figure out how to select lines in a list with a particular
stringvalue.
Example: would like to select the string 'Here I am' regardless if the
individual characters are lower or upper case.
'here I AM' or 'hEre I am' or whatever. upp() and low() doesn't seem to
work.
Set search as calculation mid(RES_TEXT;1;7)=('Here I am')
Regards
Daniel
More information about the omnisdev-en
mailing list