Forum > General

Args : Arguments

(1/1)

hakelm:
In system.fdp we find for instance the declaration:
Procedure Write (Args : Arguments);
that uses the very flexible type Arguments.
Where and how is Arguments defined and how can I use the type Arguments for my own purposes?
Thanks in advance for any tip.
H

marcov:
You can't. It is only a pseudo syntax for something that is hardcoded into the compiler.

The compiler however does allow for a more limited variable argument syntax, search the manuals for "array of const"

hakelm:
Thanks
That (nearly) did the trick.
H

Navigation

[0] Message Index

Go to full version