VBScript es gemelo a VB (por no decir clones :D ) Recuerda poner
Session.LCid=2048
al principio de la página
Código:
Dim numFmt
' Prevenimos errores de tipo
if isNumeric(DTPlazos.Rows.Item(i).Item("preven")) then
numFmt = FormatNumber(DTPlazos.Rows.Item(i).Item("preven"), 2, -2, -2, -1)
else
numFmt = "0,00"
end if
PreVen = "<td width=""70""><p align=""right"">" & numFmt & " €</p></td>"
Un saludo