Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I want to use Type Array.. Like this
#1
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 ?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)