In file prompts.h:

long msg_long

(int num, long floor, long ceiling)

Parse a long int in a prompt.

Documentation

Parse a long int in a prompt.

Retrieves the requested prompt and parses a long integer contained therein. This function is used to extract configuration options from prompts. The number is checked to ensure it's within a user-defined range of values. If not, a fatal error is issued.

Parameters:
num - The prompt ID.
floor - The minimum acceptable value.
ceiling - The maximum acceptable value.
Returns:
The parsed value.

Alphabetic index



This page was generated with the help of DOC++.