String derived from ygNode Example Source Header

Description: a node that stores and manipulates a character string

notes:
Category: Math
Author: Alex Hill
Revision: 04/02/03

    Messages
data string set string string to be generated
concatenate string concatenate onto the string
erase [integer, [integer]] erase from optional starting point and characters
length [integer] length is provided for event access only
    Events
changed the string has changed
    Comments

constructor String

destructor ~String

method reset

method message

1 set string string to be generated
2 concatenate onto the string
3 erase from optional starting point and characters
4 length is provided for event access only

method checkChanged

0.1 the string has changed