[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.10.2 strtov

strtov(str)
:: str (文字列) を不定元に変える.

return
不定元
str
不定元として変換可能な文字列

 
[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]

参照
6.10.1 rtostr, 6.8.1 type, 6.3.3 uc.



This document was generated by root on March, 5 2004 using texi2html