GuiSetText
- set text value of on-chart control

GUI functions
(AmiBroker 6.30)


SYNTAX GuiSetText( ''text'', id )
RETURNS NUMBER
FUNCTION The function sets the text value of on-chart control (such as edit field, or date time).

Parameters:

  • text - (STRING) to be set in the selected control
  • id - control ID

For more information about using GUI controls see Tutorial: Using on-chart GUI controls

EXAMPLE
SEE ALSO GuiGetText() function , GuiEdit() function , GuiDateTime() function , GuiSlider() function

References:

The GuiSetText function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.