Hi All,
Thank you for all your responses. The line that was giving me unexpected results was something like:
PRINT '00100'[1,3]:'0000' + 0
which prints 0010 and not 10000. I over generalised the problem when I posted to the list by ommiting the :'0000'. It now turns out that this was a (visually) tricky operator precedence issue and everything else works as expected.
I ought to have done PRINT ('00100'[1,3]:'0000') + 0 to get 10000 as the result.
Regards,
Marco
Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now
_______________________________________________ u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
