HP Forums

Full Version: Default parameters
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,
I don't remember if it's possible to give a default value to a parameter in the EXPORT() function in a (Home) program...
if yes, what's its syntax?

Code:

EXPORT(p)
BEGIN
...
END;

I mean to make the parameter p optional:
i.e. if the user doesn't input parameter, p should get the default value of 3...
Reference URL's