Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DWAINE arguments are broken
#9
I'm not sure if this should be a new topic, but DWAINE arguments in new scripts are now broken. Values like $arg0 seem to be saved, so if writing a script is the first thing you do, it's fine. But if you've run any scripts beforehand, the value you used gets put in the new script instead.

As an example.

You make the script do_thing that goes:
do $arg0 thing $arg1

and run do_thing 1 2. It works. If you then write do_another_thing:
do $arg0 something $arg1

The script comes out as:
do 1 something 2.

It remembers the arguments you used before and puts them in all new scripts. It doesn't remember between sessions, so you can log in and out to fix it, but it's definitely not meant to happen.


Messages In This Thread
DWAINE arguments are broken - by AwkwardDryad - 04-10-2019, 09:35 PM
RE: DWAINE arguments are broken - by qwertyquerty - 04-29-2019, 11:49 AM
RE: DWAINE arguments are broken - by Triacontakai - 04-29-2019, 02:54 PM
RE: DWAINE arguments are broken - by Sundance - 04-30-2019, 01:27 AM
RE: DWAINE arguments are broken - by MrMagolor - 05-03-2019, 05:51 AM
RE: DWAINE arguments are broken - by glassofmilk - 05-10-2019, 07:37 PM
RE: DWAINE arguments are broken - by AngriestIBM - 05-10-2019, 07:49 PM
RE: DWAINE arguments are broken - by Lost Generation - 05-12-2019, 02:11 PM
RE: DWAINE arguments are broken - by somepotato - 05-14-2019, 04:16 PM
RE: DWAINE arguments are broken - by Zamujasa - 05-15-2019, 11:40 AM
RE: DWAINE arguments are broken - by Arby9011 - 05-16-2019, 06:49 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)