[quote:15ckxj03]Instance Variables are added to object types but store numbers, text or booleans (on/off flags) individually for each instance.
Suggest you read the manual entry
Now create an instance variable and assign your text to that variable. Now check against the variable.
Important to make sure that text is text and not number etc.
Edit: and if you choose text make sure you put "text"
Anyways, attached is small demo showing it works.