<abx### [at] babilonorg> wrote:
>o) macro: Resize_Array
and in my suggestion replace line
> #local NewArray[C]=Arr[C] // not use ";" !!!
with
#if(defined(Arr[C]))
#local NewArray[C]=Arr[C] // not use ";" !!!
#end
becouse of partialy defined arrays
ABX
Post a reply to this message
|