Home / comp / gb.eval / highlight / analyze 
Highlight.Analyze (gb.eval)
Syntax
STATIC FUNCTION Analyze ( Code AS String ) AS String[]
Analyzes a Gambas code line.

The result of the analyze is stored in the following properties:

Symbols The string tokens.
Types The type of each token.
Positions The position of each token in the string, in bytes.