Cédric Joubert wrote: > hi, > > I'mnew on the list... happy to see that there is such a list... > > Can you tell me to pass "nothing" to a function/proc that waits for > an Var argument ? > > > Let's take the System > procedure Val(S;var V;var Code:Integer); > > Val(S, 0, 0); OR Val(S, Null, Null); doesnt' work of course [] > Proc "Val" is juste an example... > > Cédric
Does "nil" work? David -- SatSignal software - quality software written to your requirements Web: http://www.satsignal.eu Email: [EMAIL PROTECTED] _______________________________________________ Delphi mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

