|
|
Manual Page ViewerName: STRING-TO-ARRAY Section: String Operators
<string-to-array STRING ARRAYVAR
Description:
Create an array in ARRAYVAR which is made of of the individual characters of STRING. Given the following: <set-var s="This is a string."> <string-to-array <get-var-once s> chars>Then, <get-var chars[3]> returns s.
Edit Pointer
![]() The META-HTML Reference Manual V2.0 Copyright © 1995, 1998, Brian J. Fox Found a bug? Send mail to bug-manual@metahtml.org |