Decimal separator

J

jacob

Hi,
I have an application made in XP which crashes when
running on 2000. The 2000 version does not tolerate

With Application
OldDecimalSeparator = .DecimalSeparator
OldUseSystemSeparators = .UseSystemSeparators
.UseSystemSeparators = False
.DecimalSeparator = "."
End With

How can I do this so it is version independent between XP
and 2000?

Any help appreciated.

jacob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top