+ minus sing support fixed.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user