checkCommand method

bool checkCommand(
  1. String string,
  2. ParamInteger command
)

Implementation

bool checkCommand( String string, ParamInteger command ){
	command.set( _indexOf( _tokenCommand, string ) + 1 );
	return (command.val() >= 1);
}