« Previous Next »
Last post 06-11-2009 12:00 AM by Leo Tang - MSFT. 3 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (4 items)
Sort Posts: Oldest to newest Newest to oldest
Hi
There are some classic asp pages we are serving, which require a float to be like 1.5 instead of 1,5. So the comma should be a point.
Any ideas?
Please elaborate as to what you are trying to change? Your problem is described partially.
A float should be using a . instead of a ,
Hope this makes it more clear..
Hi,
Actually, the float indeed using a point instead of a comma. For example, the output of the simple code <% response.write(3/2) %> is 1.5. Could you give us a code sample ? Then, we can understand your requirement more directly.