I wish to find a special word in a string.
for example the word "glas" in the name of an object:
Code: Select all
sub testen()
var name
UO.FindType("0x0E24", "-1", 'ZapfBeutel')
name = uo.getname('finditem')
??? if FINDSTR("glas", name) then ???
...
endif
end sub
is there a special command to find such a substring? maybe equal to inJournal.
thanks
Taya