you are half way there... use split() and ascan() toghther!

Code:

if ascan(split($check,";"),"Q811383")+1
;yes it works
else
;no...
endif



also... you could just instr()

Code:

if instr($check,"Q811383")
;yes....
else
;no...
endif



Bryce