Additional NewtonScript Features

Strings


"Here is a string"


A string is a sequence of characters. There are also two string concatenation operators--& and &&. They both concatenate two strings; the && operator inserts a space character between the strings.

Examples
Accessing String Elements

An online version of Programming for the Newton using Macintosh, 2nd ed. ©1996, 1994, Julie McKeehan and Neil Rhodes.

Last modified: 1 DEC 1996