MPC2000 Reference Manual [JAPANESE] [ENGLISH]
【予約変数】   【文字列】
【使い方】
ptr_

ptr_=a$
【書   式】 【機   能】
ptr_

文字列ポインタ
【解   説】
タスク変数
文字列内の位置を示します。




10       a$=HEX$(DATE(0))
20 PRINT a$
30 ptr_=a$ /* set the pointer position
40 y$=PTR$(4) /* copy 4 characters
50 ptr_=ptr_+4 /* re-set the pointer position
60 m$=PTR$(2)
70 ptr_=ptr_+2
80 d$=PTR$(2)
90 PRINT y$ m$ d$
RUN

20081117 /* a$
2008 11 17 /* y$ m$ d$
  [LASTMODIFY]2011-05-27 14:51:05 [CREATEDATE]2009-01-23 15:59:39
MPC2000 Reference Manual -R5.11-   (C)2007 ACCEL Corp. all right reserved.