Al
look at default parameters
function RegState(var TrialDays: word = 0; var Key string = '',var License: string = ''): Boolean;
HTH
Neven MacEwan (B.E. E&E) Ph. 09 621 0001 Mob. 0274 749062
Alistair George wrote:
Hi all. I am really sticking my neck out here to be flamed. The following: function RegState(var TrialDays:word; var Key,License: string): Boolean; I'd like to be able to just call Regstate (no parameters) to get a true or false, but given that all the contents of the caller are needed variables, that is not possible is it? Al+
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
