March 2000
Intermediate to advanced
576 pages
18h 13m
English
VarClear Procedure
procedure VarClear(var V: Variant);
VarClear disposes of the old value of
V and sets its type to
varEmpty.
VarClear is not a real function.
// The following two statements do the same thing: VarClear(V); V := Unassigned;
| ClearAnyProc Variable, Unassigned Variable, Variant Type, VarIsEmpty Function |
Read now
Unlock full access