7 lines
147 B
Text
7 lines
147 B
Text
|
|
Select StringByteLength("X")
|
||
|
|
Case 1
|
||
|
|
Print("ASCII-mode; Soo, Hello world!")
|
||
|
|
Case 2
|
||
|
|
Print("UNICODE-mode; Soo, 您好世界!")
|
||
|
|
EndSelect
|