PA_Dial4DSetArrayTextFromTTR


version 2003


PA_Dial4DSetArrayTextFromTTR (text; len; dialog; varName)

Parameter Type Description
text char* Pointer to the text
len long Length of the text
dialog PA_Dial4D Dialog reference
varName char* Name of the text array to fill

Description

The routine PA_Dial4DSetArrayTextFromTTR builds a text array from a text, then assigns it to the array named arrayName . This is a quick way to build a text array.

Each element of the array must be separated by a carriage return in the source text.

See Also

PA_Dial4DGetArrayText , PA_Dial4DNewArrayText , PA_Dial4DSetArrayText , PA_Dial4DSetArrayTextFromFieldList , PA_Dial4DSetArrayTextFromResource , PA_Dial4DSetArrayTextFromTableList .

Error Handling

None.