Field_InsertStringInText()

Examples


The Field_InsertStringInText() function inserts a string or string field into a text field.

Syntax

Field_InsertStringInText(text_field, string_expression)

Parameters

text_field – The text field into which you wish to add the string.

string_expression – The static string or string field you want to insert into the text field.

Return value

The boolean value true.

Comments

This function inserts the string_expression into the text_field at the current position of the cursor in the text field. If characters are highlighted in the text field, they will be deleted before the string is inserted. Once the string is added to the text field, the field is redrawn to include the newly-added information.


Documentation Feedback