S
spoefi
Hi,
I've got a macro (in Access) with the following statement:
strTradosValue = Mid$(strTradosValue, 23, 13)
strTradosValue is a string that contains all kind of characters. I
contains also a number (1,456 which is 1456, so not decimal).
For some reason that isn't a problem on my computer, but on someon
else's computer the Mid-function always stops after the '1', so befor
the comma.
Any idea where to look for a solution
I've got a macro (in Access) with the following statement:
strTradosValue = Mid$(strTradosValue, 23, 13)
strTradosValue is a string that contains all kind of characters. I
contains also a number (1,456 which is 1456, so not decimal).
For some reason that isn't a problem on my computer, but on someon
else's computer the Mid-function always stops after the '1', so befor
the comma.
Any idea where to look for a solution