LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Is there a way to omit parts of a defined command?

Root / Programming Questions / [.]

HTV04Created:
Is there a way I can set a defined command to be able to respond to omitted parts of it without throwing an “Illegal Function” error?

Please elaborate.

You're talking about optional arguments, like many of the builtins have? You can't do that with user DEFs, unfortunately. One thing you can do everywhere is ignore required return values of an OUT function by just leaving the variable name blank, but you still need to use the commas.
'I only care about seconds
TMREAD OUT ,,SEC