G
goo
Guest
11.7 Is it not possible to use &scop like this? : THis one Works: ProcedureA &scop StatusNew 1 &scop StatusInWork 2 &scop StatusFinished 3 for each ..... where xxx = {&StatusNew}: end. __________________ THis one does not work: myinclude.i &scop StatusNew 1 &scop StatusInWork 2 &scop StatusFinished 3 procedureA: for each ..... where xxx = {&StatusNew}: end. end. What am I doing wrong?
Continue reading...
Continue reading...