commas in custom properties
Mark Wieder
mwieder at ahsoftware.net
Mon Aug 29 13:42:01 EDT 2005
Lars-
If there's no space after the comma ("to read,recite") then
"mark cds where it is among the items of the storedText of me"
should do it. If there are spaces ("to read, recite") then the match
will probably fail and you'll have to resort to something more
verbose:
put the storedText of me into tItems
repeat with x = 1 to the number of items in tItems
if tTarget is word 1 to -1 of item x of tItems then
-- etc
end if
end repeat
--
-Mark Wieder
mwieder at ahsoftware.net
More information about the use-livecode
mailing list