Hello I need sth like the following
repeat for each line regexline in field "regexlist"
try
put matchText(einzelinserat,regexline,region,rooms,ground,price,remarks) into
check
end try
if check = true then
...
end if
end repeat
with regex like
([a-z]{1}) ([0-9,]{1,2}) ([0-9,.]{2,5}) ([0-9,.]+)(.*)
()()([0-9,.]{2,5}) ([0-9,.]+)(.*)
()()(^[0-9,]{1,3}) (\d+) ([0-9.,]+)(.*)
([A-ZÄÖÜ]{1,3}) ([0-9,]{1,2}) ([0-9]{1,5}) ([0-9,.]{1,5})
in the list.
Is it possible to make the matchtext part more flexible for allowing to find
items not in the focus at programming time (without using evaluate ...).
in a kind of
put matchText(einzelinserat,regexline,variablelist) into check
Any ideas?
Regards, Franz
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution