PDA

View Full Version : SIOC Question for Nico Kaan



Jerrymc3
08-17-2016, 10:24 PM
I have a script with about 400 variables that is almost finished but I want to add a variable in a certain place in the middle of the script. Is there any way to compile that script where the variable number will be in sequence with the other numbers? In other words, I have variable numbers in order: 1016,1017,1018,1019, etc. and I want to place a variable between 1017 & 1018 but I want that variable to be 1018 and renumber the variables after that so all variable numbers will be in order. Is that possible without manually renumbering every variable after that one?

Jerry

Roarkr
08-30-2016, 03:13 PM
For editing your SIOC script I recommend tha tyou use the free NotePad++.

It has all kind s of editing function you will ever need.

https://notepad-plus-plus.org/

Jerrymc3
09-02-2016, 06:03 AM
I use Programers Notepad. Its really good for finding and replacing numbers and text but I don't think it can renumber variables. I'll check out your suggestion. However, I discovered after I asked you this question that in ProSim737 you can't change the variable numbers, otherwise it won't work.

Jerry