Hi, i am trying to use the following code
method "main"
Begin
While on starting a new session
Begin
Copy list [Split(11-12), number 19, number 21, Split(29-32)] to record "numbers" layout
End
While on each spin
Begin
Put 1 unit on record "numbers" layout
End
End
But why is it it only puts 1 unit on split(11-12) and not the other numbers. Im beginning to think its some kind of fault in the software.
Could someone help me on this.
Thanks Stephen
No... I've answered this before. Its put 1 unit on record "numbers" layout list. Its a list and therefore you need the list after layout otherwise it takes the first entry which in ur case is a split!