Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I want to use Type Array.. Like this
#2
In QM, spaces are separators, everywhere. For this reason, you cannot use

int Min_x

Use either int'Min_x, or #Min_x, or Min_x (int is default type in type and function declarations).

Code:
Copy      Help
type RI
,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(LN 0 LI.len-1)
,LI[LN+1].Bits = LI[LN].Bits + 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)