P
praveen praveen
Hi,
My code is like this:
if (row.abc1== 'pnc')
action1
end
if (abc2 == 'hjayu')
action2
end
Now the probelm is, before finishing the action1, it is going to perform
action2 & resulting crashing the system.
what might be the problem, can somebody pls help
Thanks in advance
apr
My code is like this:
if (row.abc1== 'pnc')
action1
end
if (abc2 == 'hjayu')
action2
end
Now the probelm is, before finishing the action1, it is going to perform
action2 & resulting crashing the system.
what might be the problem, can somebody pls help
Thanks in advance
apr