On Tue, 2 Apr 2002, Erik Price wrote:
> On Tuesday, April 2, 2002, at 01:24 PM, Jason Wong wrote:
>>> (b) Pass a variable as an argument to a function but make that argument
>>> optional so that it does not have to exist to make the function
>>> legitimate.
>>
>> function function2 ($variable_A="
On Tuesday, April 2, 2002, at 01:24 PM, Jason Wong wrote:
>> (b) Pass a variable as an argument to a function but make that argument
>> optional so that it does not have to exist to make the function
>> legitimate.
>
> function function2 ($variable_A="") {
> }
Thanks for the pointer. I didn't
On Wednesday 03 April 2002 02:11, Erik Price wrote:
> (b) Pass a variable as an argument to a function but make that argument
> optional so that it does not have to exist to make the function
> legitimate.
function function2 ($variable_A="") {
}
It's in manual under "Functions" -- original isn'
3 matches
Mail list logo