Name |
Comment |
Name Description Parameter 1 Returns Comment Example |
Order Model Info Gets information about the order model S=Sequence No in the order model 1 if the models script is for sequence 1 (or 9A), 2= if sequence 2 and so on. Works only from within an order model if(eqv(ominfo(),1),20,30) gives the return value 20 if the models script is 1, otherwise value 30 |