Does enyone know why I get twice the same result.
- Code: Select all Expand view
FUNCTION test()
local cValue := Space( 256 )
GetEnvironmentVariable( "USERPROFILE", cValue, Len( cValue ) )
cValue=alltrim(cValue)
MsgInfo(cValue)
cValue+='\Test'
MsgInfo(cValue)
RETURN
Thanks,
Marc