-
Float representation problem
Hi all,
In my code when this command is processed :
Response.Write(sql('ResultSprintA'))
the output is 2,42
But when this line is processed :
Response.Write("<td><input type='text' name='Sprint"+j+"' value="+sql('ResultSprintA')+"></td>")
the output is 2.42
I don't understand why there is a coma in the first line and a period in the second!
Can you help me?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks