Skip to content

ArrayInit

Nonki Takahashi edited this page Apr 24, 2017 · 3 revisions

ArrayInit

Use following notation

param = "col=10;row=10;text=Hello World!;"
TextWriteAt()

instead of

param = ""
param["col"](_col_) = 10
param["row"](_row_) = 10
param["text"](_text_) = "Hello World!"
TextWriteAt()

for array initialization in order to let code shorter.

See Also

Other Resources


Clone this wiki locally