this code don't work on SB:
Code: Select all
Procedure test(*v.long)
*v\l=1111
EndProcedure
Define v.l
test(@v)
Debug v
Code: Select all
Procedure test(*v.long)
*v\l=1111
EndProcedure
Define v.l
test(@v)
Debug v
Code: Select all
Procedure test(*v.long)
*v\l=1111
EndProcedure
Define v.long
test(@v)
Debug v\l