BCX_SET_TEXT function
Purpose: BCX_SET_TEXT will place a text string in an edit field of a control or static text.
Syntax 1: RetVal% = BCX_SET_TEXT hWnd, Text$Syntax 2: RetVal% = BCX_SET_TEXT(hWnd, Text$) Parameters:
|
Example:
BCX_SET_TEXT ID_EDITBOX1, a$
Result: ID_EDITBOX1 will contain the a$ string