Yes, that would seem to be a good idea.
/ Fredrik (Naranek) Hubinette (Real Build Master)
Previous text:
2004-04-29 19:53: Subject: type_field
So it is better to use something like the following than checking each element in a loop yourself?
if(a->type_field & ~BIT_STRING) { array_fix_type_field(a); if(a->type_field & ~BIT_STRING) Pike_error("Argument is not array(string).\n"); }
/ Martin Nilsson (räfsfiskal)