VB-Tec.de Visual Basic - Technik, FAQ, Tricks, BeispieleHome / Allgemein / Bugs / Format Formatierung von Null-Werten |
x = Format$(Null, "#.0;-#.0;0.0;0.0")Ein Workaround dafür ist die Nutzung des Fluchtzeichens ("\") für den vierten Abschnitt:
x = Format$(Null, "#.0;-#.0;0.0;\0\.\0")
© Jost Schwider, 08.05.2000-08.05.2000 - http://vb-tec.de/format.htm