Pascal Viandier wrote:
Is there a mechanism in GPC to pass a variable number of parameters to a Pascal procedure (and to know how many they are?).
No.
I would like to implement something like the C "sprintf()" in Pascal.
Not necessary. WriteStr is built-in already.
Frank