POV 3.5 b 10.icl on PII 233 128 MB with NT 4 Sp 6
Since checking of defined pointer is possible for entries of array then
undefinig should be possible also. But I can't undefine it:
//<SDL>
#declare A=array[1][1];
#declare A[0][0]=0;
#ifdef(A[0][0])#undef A[0][0]#end
//</SDL>
Output:
#ifdef(A[0][0])#undef A[0][0] <----ERROR
Parse Error: Tried to free undefined symbol
ABX
Post a reply to this message
|