hellow
I have a question about the if statement if you have a table:
so i have this:
01 WoordTemp occurs 10 pic x(30).
01 WoordReal occurs 10 pic x(30).
move "testing" to WoordTemp(1)
move "testing" to WoordReal(2)
if WoordTemp(1) = WoordReal(2)
display "hellow world!"
end-if
why can't i do this?? I don't understand it
How can I fix this?
thx
I have a question about the if statement if you have a table:
so i have this:
01 WoordTemp occurs 10 pic x(30).
01 WoordReal occurs 10 pic x(30).
move "testing" to WoordTemp(1)
move "testing" to WoordReal(2)
if WoordTemp(1) = WoordReal(2)
display "hellow world!"
end-if
why can't i do this?? I don't understand it
How can I fix this?
thx