Try this program on COMPANY. The local variable changes value after the lookup.
The second program is a slight variation with a lookup using string '1' instead of
using number 1 and that effects the local variable somewhat.
Start program translation
Start program execution
test before lookup = 1
test after lookup = 0
End program execution
Start program translation
Start program execution
test before lookup = 1
test after lookup = 540082177
End program execution
|