PDA

View Full Version : How can I compare string and object?


wongwanchap
02-25-2009, 07:44 AM
Since the operator "!=" only work for number, but I want to compare two object or string? So how can i achieve this task?

wongwanchap
02-25-2009, 08:45 AM
I suddenly find "!=" can apply to object, but can't apply to the "object variable".

Why there are different between "Object" and "Object variable"? They both are "Object" data type.
Soooo sad!

wongwanchap
02-25-2009, 09:39 AM
Solved, Ignore my silly question