Hi
When I use the code from gk53 everything is workngust fine.
I haven't used th idNumeric() ane IsNull() funktion. I'l try them another day.
Thank you for all the help.
Ok there have been used + ind all the other lines
So when I use the (have tried the & as well
response.write("<td align='right'>" + FormatNumber(RS("TRANSPORTPRIS"),2) + "</td>")
I keep getting the error
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'FormatNumber'
I have tried a lot off kombinations
This
response.write("<td align='right'>" + cstr(RS("TRANSPORTPRIS")&"") + "</td>")
Works fine
Then i tried to kombine it with the FormatNumber
response.write("<td align='right'>" + FormatNumber(cstr(RS("TRANSPORTPRIS"))&""),2 + "</td>")...
HI
I am having troubles finding the right syntax
i have this syntax an it works fine but too many decimal places
response.write("<td align='right'>" + cstr(RS("TRANSPORTPRIS")&"") + "</td>")
I'm tryig to use Formatnumber cant make it work.
Hope someone has a suggestion
Thanks in advance...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.