FOR X=1 to 5
Y=Z.X
NEXT
As I understand, such operation is not possible in PBP, I mean, it is not possible to substitute variable as a bit part identifier for another variable?
FOR X=1 to 5
Y=Z.X
NEXT
As I understand, such operation is not possible in PBP, I mean, it is not possible to substitute variable as a bit part identifier for another variable?
Bookmarks