MsgGet() function for a number with decimals?
How?
Thanks
Un Saludo
Carlos G.
FiveWin 25.12 + Harbour 3.2.0dev (r2502110321), BCC 7.7 Windows 11 Home
MsgGet() function for a number with decimals?
How?
Thanks
Un Saludo
Carlos G.
FiveWin 25.12 + Harbour 3.2.0dev (r2502110321), BCC 7.7 Windows 11 Home

n := 0.0000
msgGet( "title", "message", @n )
? nnageswaragunupudi wrote:Assuming we want 4 decimal places
n := 0.0000 msgGet( "title", "message", @n ) ? n
Un Saludo
Carlos G.
FiveWin 25.12 + Harbour 3.2.0dev (r2502110321), BCC 7.7 Windows 11 Home