Hi, I'm sure it can be done but I can't seem to find an example or the way to do it. I have a number of variables, PS1, PS2, PS3, PS4, PS5 etc and I want to set them all to '0' at present I do it line by line eg.
PS1 = 0
PS2 = 0
PS3 = 0
PS4 = 0
PS5 = 0
I'm sure there must be a way to set them all to 0 on one line, something like
(PS1, PS2, PS3, PS4, PS5) = 0
Just another stumbling block I'm frustrated with as I know I've seen it done
PS1 = 0
PS2 = 0
PS3 = 0
PS4 = 0
PS5 = 0
I'm sure there must be a way to set them all to 0 on one line, something like
(PS1, PS2, PS3, PS4, PS5) = 0
Just another stumbling block I'm frustrated with as I know I've seen it done