Hi,
the following script gives an error at the != comparison for the string
variable:
<script>
string check = "h"
if check="h"
print "equality check works"
endif
if check!="h"
print "but inequality doesn't"
endif
</script>
I'm not sure if any of this is supposed to work, but at least the
equality part is very useful for me.
thanks,
sven
Show replies by date