AI - Artificial Intelligence Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands >

AI - Artificial Intelligence Commands

AI. - Error Handling

Previous Top Next


MiniRobotLanguage (MRL)

 

AI. - Error Handling

There can be errors and you can handle them

 

 

Intention

 

Most of the AI-Commands do not pop up Error-Messages.

Instead all errors are internally recorded.

 

This Error-Record is often cleared with every new command that is executed.

Immediately after the execution of a command you can read the error-Registers,

using

 

AIC.Show Error

 

 

clip0801

Most of the AI Commands do not display error-messages, instead just record them and exit the command.

 

 

If you want to use built-in Error handling, you can use

 

AIC.Get Error|$$ERR

 

or

 

AIC.Clear Error

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also: