
|
Go to the first, previous, next, last section, table of contents.
- strtov(str)
-
:: str (ʸ»úÎó) ¤òÉÔÄ긵¤ËÊѤ¨¤ë.
- return
-
ÉÔÄ긵
- str
-
ÉÔÄ긵¤È¤·¤ÆÊÑ´¹²Äǽ¤Êʸ»úÎó
-
ÉÔÄ긵¤È¤·¤ÆÊÑ´¹²Äǽ¤Êʸ»úÎó¤òÉÔÄ긵¤ËÊѤ¨¤ë.
-
ÉÔÄ긵¤È¤·¤ÆÊÑ´¹²Äǽ¤Êʸ»úÎó¤È¤Ï, ±Ñ¾®Ê¸»ú¤Ç»Ï¤Þ¤ê,
±Ñ»ú, ¿ô»ú¤ª¤è¤Óµ¹æ
_ ¤Çºî¤é¤ì¤ëʸ»úÎó¤Ç¤¢¤ë.
-
rtostr() ¤ÈÁȹ礻¤Æ, ¥×¥í¥°¥é¥àÃæ¤Ç¼«Æ°Åª¤ËÉÔÄ긵¤òÀ¸À®¤·¤¿¤¤»þ¤Ë
ÍѤ¤¤é¤ì¤ë.
[0] A="afo";
afo
[1] for (I=0;I<3;I++) {B=strtov(A+rtostr(I)); print([B,type(B)]);}
[afo0,2]
[afo1,2]
[afo2,2]
- »²¾È
-
section
rtostr , section type , section uc .
Go to the first, previous, next, last section, table of contents.
|