parse_command


Description:

public bool parse_command (string path, ref int index, out unichar command) throws ParseError

Parse the next command from a path string

Parameters:

path

The path string

index

The index of the character following the path command.

command

The path command. This output parameter is only valid when this function returns true.

Returns:

Returning true indicated processing should continue. Returning false indacates a command was not found and processing should stop.


Namespace: Geda3.ParseUtility
Package: Gschem3