PA_Dial4DSetArrayTextFromTTR

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_Dial4DSetArrayTextFromTTR (text; len; dialog; varName)

ParameterTypeDescription
textchar*Pointer to the text
lenlongLength of the text
dialogPA_Dial4DDialog reference
varNamechar*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.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next