quote:
Originally posted by Verte
recently a friend couldn't work out how to convert a string to an integer- turns out you can subtract zero to do this. Just too strange
well I know in both javascript and JScript you can also try multiplying but 1 or using parseInt() method. If you want to try out JScript then have a go at javascript in webpages or plus! scripts, they are both places where you can learn a lot (Plus! scripts are probably better though because you can learn where all the fancy DLL tricks are and stuff
)