put unicode

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
put  unicode <value> {before | into | after} <fieldChunk>
Associationsfield
Summary

Inserts a unicode string into a field where specified.

Introduced5.5
Deprecated7.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
value

A UTF-16 encoded string.

fieldChunk

The position in the field where the unicode string is to be inserted.

Example
put unicode tUTF16String after field "list"
put unicode tUTF16String into line 2 of field "list"
put unicode tUTF16_Line1 after field 1
put return after field 1
put unicode tUTF16_Line2 after field 2
RelatedCommand: put header, put, put markup, put text, put content
Keyword: after, before
Description

Use the put unicode command to insert a unicode string at a specified position in a field.

Tagstext processing