-
Notifications
You must be signed in to change notification settings - Fork 0
ArrayInit
Nonki Takahashi edited this page Apr 24, 2017
·
3 revisions
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.
Copyright © 2017-2019 Nonki Takahashi.
This work is licensed under a Creative Commons Attribution 4.0 International License.
