So I have an id_num parameter which can be changed by the user. It is an 'Abc' type parameter. Basically I want it to list in the schedule in order of the id_num but currently it is just listing by element id rather than id_num. Am I going wrong in the code? I need the "Avoid Action" part of the script. It must be reading id_str for each one rather than the actual number and then resorting to using the element id. Any previous experience with this kind of thing? Are there any ways to work around it? Thanks very much.
id_str = id_num
id_str1 = id_str+" Avoid action"
id_str2 = id_str+" Take action"
id_str3 = id_str+" Information"
id_str4 = id_str+" Hazard warning"
sym1 = id_str1
sym2 = id_str2
sym3 = id_str3
sym4 = id_str4
VALUES "symbol" sym1, sym2, sym3, sym4