THE META-HTML LANGUAGE REFERENCE MANUAL

[TOC]

Manual Page Viewer

Name: STRING-TO-ARRAY

Section: String Operators


Synopsis:

    <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
Function Index
Variable Index
Variable Editor


The META-HTML Reference Manual V2.0 Copyright © 1995, 1998, Brian J. Fox
Found a bug? Send mail to bug-manual@metahtml.org