
I have been trying all morning to get this damn command to work.
Can't get it to happen.
I have a custom list created and loaed. I can make selections from it, add to it and everything else using the CL commands.
I want to be able to Delete from the custom list as well but the CLDEL command just isnt doing it.
Button code as follows.
I am trying to get it to work with a variable set from the OSK using a script I made. using the CLDEL;$ListNumber$ command after the number is entered from the OSKTOVAR;LISTNUMBER command. I know the OSK is setting the variable correctly because other items in my script work fine. ANy help is appreciated.
I am using Ride Runner newest version
CLDEL;4
THANKS