07-30-2006, 06:23 AM
type RI
int Min_x, Min_y, Max_x, Max_y, Bits
ARRAY(RI) LI.create(2000); ;;/* Rect Information for Label Data */
int LN; ;;/* Label Number for Label Information */
for( ...... )
LI[100].Bits = LI[99].Bits + 1
Would you Show me a sample code to use Type Array ?
int Min_x, Min_y, Max_x, Max_y, Bits
ARRAY(RI) LI.create(2000); ;;/* Rect Information for Label Data */
int LN; ;;/* Label Number for Label Information */
for( ...... )
LI[100].Bits = LI[99].Bits + 1
Would you Show me a sample code to use Type Array ?
