+ minus sing support fixed.

This commit is contained in:
Ignacio Ortiz de Zuniga
2001-02-13 10:28:38 +00:00
parent ef11c1ee89
commit 238c57c500

View File

@@ -870,7 +870,7 @@ METHOD Input( cChar ) CLASS Get
cChar := ""
endif
case cPic == "9"
if ! IsDigit( cChar )
if ! IsDigit( cChar ) .and. cChar != "-"
cChar := ""
endif
case cPic == "#"
@@ -1110,4 +1110,4 @@ return Self
/* Not sure it should be keeped here ... (JFL) */
/* But does'nt annoy me */
CLASS TGet Inherit GET
ENDCLASS
ENDCLASS