03-26-2012, 06:11 PM
Don't know, but I see two tabs[] in single loop...
The best way to add/set elements of such array is:
rep
,TABPROP& x=tabs[] ;;adds new element and gets reference to it
,;now set members of the element
,x.name=...
,x.index=...
,...
The best way to add/set elements of such array is:
rep
,TABPROP& x=tabs[] ;;adds new element and gets reference to it
,;now set members of the element
,x.name=...
,x.index=...
,...
