2.18.3. options_Get

[<<<] [>>>]

@c Get option data

This function retrieves and returns the value of an option data.

long options_Get(pExecuteObject pEo,
                 char *name
  ){
The return value is the option value or zero in case the option is not set.
[<<<] [>>>]