THE META-HTML LANGUAGE REFERENCE MANUAL

[TOC]

Manual Page Viewer

Name: CHAR-OFFSETS

Section: String Operators


Synopsis:

    <char-offsets STRING CH &key [CASELESS]

Description:

    Return an array of numbers, each one representing the offset from the start of STRING of CH. This function is useful for finding candidate locations for word-wrapping, for example. Here is a complete example:

    <char-offsets "This is a list" " ">
    produces:
    4
    7
    9
    

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