Reply To: Can I use a variable within the Path?

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Can I use a variable within the Path? Reply To: Can I use a variable within the Path?

#57574
Rentian Huang
Participant

    Ryan/Jim,

    I did initialized the @ctr

    COPY  =0 –> @ctr

    I even output it to see its value and it looks ok:

    COPY  @ctr -> 1(0).1(0).1(0).OBX.00569

    the code below works too:

    COPY  =3 –> @ctr

    COPY  @ctr –> $%l1

    COPY  @obx5 –> 1(0).1(%g1).1(%l1).OBX.00573

    where did I do wrong?   😮