* source/rtl/tget.prg
! Fix bug in DeleteAll method. Change DTOC() for CTOD().
* Bug fixed, reported by Lorenzo Fiorini.
This commit is contained in:
@@ -1079,7 +1079,7 @@ METHOD DeleteAll() CLASS Get
|
||||
case ::type == "N"
|
||||
xValue := 0
|
||||
case ::type == "D"
|
||||
xValue := DToC( "" )
|
||||
xValue := CToD( "" )
|
||||
case ::type == "L"
|
||||
xValue := .f.
|
||||
endcase
|
||||
|
||||
Reference in New Issue
Block a user