Hello all,
run into a problem with a script of mine.
have got round the issue but would like some advice if possible.
german machine
x = "170.04"
y = CSng(x) 'y results in 17004 !!!!!!!!!!!!
x = "170,04"
y = CSng(x) 'y results in 170,04
I have an ini file which is read during unattended xp installation and it is used to determine which products to install and in which order.
is there a way to explicitly declare the type of regional settings you want to use during script execution??
regards,
von moyla
run into a problem with a script of mine.
have got round the issue but would like some advice if possible.
german machine
x = "170.04"
y = CSng(x) 'y results in 17004 !!!!!!!!!!!!
x = "170,04"
y = CSng(x) 'y results in 170,04
I have an ini file which is read during unattended xp installation and it is used to determine which products to install and in which order.
is there a way to explicitly declare the type of regional settings you want to use during script execution??
regards,
von moyla