in reply to Re^2: Script stopped working...
in thread Script stopped working...
I think you are very close to "working code".
There are some fine points to be dealt with and some obvious things like "don't push when you can print!". The code creates an array of strings and then later the code loops over that array to print the strings. No need to do that.. just barf it out right away (e.g. print)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Script stopped working...
by gentoobob (Novice) on Mar 18, 2018 at 20:31 UTC | |
by stevieb (Canon) on Mar 18, 2018 at 21:17 UTC | |
by gentoobob (Novice) on Mar 18, 2018 at 21:50 UTC |