ORG
peterz
Posts: 59
Can I do the following ?
cognew(@MyCode2)
DAT
ORG
MyCode
....
MyCode2
....
Or do I need to put the starting code just after the ORG sentence ?
·
cognew(@MyCode2)
DAT
ORG
MyCode
....
MyCode2
....
Or do I need to put the starting code just after the ORG sentence ?
·
Comments