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?

#57572
Rentian Huang
Participant

    I thou I needed to initiate the list variable, then I added a:

    COPY   =0 –> $%l1

    before

    COPY  @ctr –> $%l1

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

    but it still hangs my testing tool…. The below works fine:

    COPY  =2 –> $%l1

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

    I output the value of @ctr and it looks fine too…   🙁