The Dink Network

Reply to Re: New D-Mod: Cursed Blades Part 1: Charlie's Legacy

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
August 11th 2022, 06:17 AM
dinkdead.gif
millimeter
Peasant He/Him Canada
Millimeter is Wee-Lamm, Recording Artist. :-) 
[ but the &arg variables are CONTEXT dependent on the current script! (Line 611) ]

If you are saying that &arg# is specific to the script receiving the params, then it makes sense to consider these as pseudo-variables as the calling function cannot reference the value it sent by using &arg#. In fact, that calling function may have received it's own &arg# params when it was invoked and the values it received will be different than the values it sends.

It is legal to use 'my_proc2(&arg1);' and they will each have an &arg1 with the same value, but they will be 2 separate variables.