base |src.lib|task|option| OptionText Index

OptionText

Header
base/option.h
Library
opt
Members
int num; Number of text arrays stored in the structure.
char **txt; Pointer to an array of zero terminated text strings found on the command line.
Description

The struct OptionText structure stores an array of strings supplied to as an argument to a comand line option that occurs multiple times in the command line. The structure is created by the function OptionProcess when it encounters a command line option with the type flag of 'a'. The memory claimed by the structure can be freed using the function OptionFreeText.