Changing the text on a label is easy from runtime: just use Wnd.SetControlText("labelId", "Text");...?
And additionally:
- OpenTextFile Method
object.OpenTextFile(filename[, iomode[, create[, format]]])
Arguments
(...)
format
Optional. One of three Tristate values used to indicate the format of the opened file. If omitted, the file is opened as ASCII.
The format argument can have any of the following settings:
- CreateTextFile Method