D.8.6.1 Description of action

transforms the text in the Ares Edit/New Item, Loan Period field to a string that can be used to select the corresponding loan period in Voyager.

D.8.6.2 Manually Entering the Macro

       If Variable T99 contains 1 Hour
                Variable Set String T96 to 11111
           End If
       If Variable T99 contains 2 Hour
                Variable Set String T96 to 22222
           End If
       If Variable T99 contains 3 Hour
                Variable Set String T96 to 333
           End If
       If Variable T99 contains 4 Hour
                Variable Set String T96 to 4
           End If
       If Variable T99 contains 1 Day
                Variable Set String T96 to 1111
           End If
       If Variable T99 contains 2 Day
                Variable Set String T96 to 2222
           End If
       If Variable T99 contains 3 Day
                Variable Set String T96 to 3333
           End If
       If Variable T99 contains 1 Week
                Variable Set String T96 to 111111
           End If

  • No labels