bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] How to test if a variable is specified for a function?


From: Peng Yu
Subject: [bug-gawk] How to test if a variable is specified for a function?
Date: Wed, 28 Sep 2016 08:46:13 -0500

Hi, Some internal awk functions allows users to specify a variable
number of arguments.

asort(s [, d [, how] ])

If I want to define a function that allows a variable number of
arguments, I'd like to test what arguments are specified by users. Is
there a way to do so in awk?

-- 
Regards,
Peng



reply via email to

[Prev in Thread] Current Thread [Next in Thread]