String (StringTokenizer property)

From m204wiki
Revision as of 19:49, 16 December 2010 by 198.242.244.36 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The string to be tokenized

String is a member of the StringTokenizer class.

This readWrite property returns or sets the string to be tokenized.

Syntax

  %string = %tok:String
  %tok:String = %string

Syntax terms

%string
A string variable to contain the returned or set value of the string to be tokenized. The default value is a null string.
%tok
A StringTokenizer object variable.

Usage Notes

Examples

The following statement sets the value of the input string of the %toc StringTokenizer object:

    %toc:string = 'A String example!'