Go to the first, previous, next, last section, table of contents.


strtov

strtov(str)
:: Convert a string str into an indeterminate.
return
intederminate
str
string which is valid to constitute an indeterminate.
[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]
References
section rtostr, section type, section uc.


Go to the first, previous, next, last section, table of contents.