HB_DToS() replaced by DToS()
This commit is contained in:
@@ -179,7 +179,7 @@ static function ValToText( uValue )
|
||||
cText = AllTrim( Str( uValue ) )
|
||||
|
||||
case cType == "D"
|
||||
cText = 'HB_STOD( "' + HB_DTOS( uValue ) + '" )'
|
||||
cText = 'HB_STOD( "' + DToS( uValue ) + '" )'
|
||||
|
||||
otherwise
|
||||
cText = HB_ValToStr( uValue )
|
||||
|
||||
Reference in New Issue
Block a user