Vabbè, se a qualcuno può servire, ho risolto così:
FUNCTION fixEmpty( theString )
if Len( theString ) = 0 then theString = 0
fixEmpty = REPLACE( theString, 0, "-" )
END FUNCTION
Vabbè, se a qualcuno può servire, ho risolto così:
FUNCTION fixEmpty( theString )
if Len( theString ) = 0 then theString = 0
fixEmpty = REPLACE( theString, 0, "-" )
END FUNCTION