STATICUPDATE

Synopsis
STATICUPDATE name text
Description

Replaces the text of the static control identified by name with text. If there is more text than can fit within the width of the static control on a single line, then the text is word-wrapped.

Example
WINDOWCREATE "main "mywindow "mytitle 0 0 100 100 []
STATICCREATE "mywindow "mystatic [Heading=0] 25 25 50 25
REPEAT 72 [RIGHT 5 STATICUPDATE "mystatic SENTENCE [Heading=] HEADING WAIT 60]
WINDOWDELETE "mywindow

SourceForge.net Logo