Page 1 of 1
search string in field memo
Posted: Wed Feb 24, 2016 10:49 am
by Marino
there is a function to search for a string in a memo field type at () case sensitive
Regards
Marino
Re: search string in field memo
Posted: Wed Feb 24, 2016 1:23 pm
by serge_girard
Marino,
Save memofield in a string.
MEMOREAD( <cFileName> ) --> cString
S
Re: search string in field memo
Posted: Wed Feb 24, 2016 1:45 pm
by esgici
Don't confuse Memo fields with memo files
The
Substring comparison operator (
$ ) can be used for string variables and string / Memo type fields.
https://vivaclipper.wordpress.com/2013/ ... omparison/
Happy HMG'ing
