put binary

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
put [ binary ] <value>
Summary

Write a binary string to stdout.

Introduced4.6.3
OSmac, windows, linux
Platformsserver
Parameters
NameTypeDescription
value

A string containing the binary data to output.

Example
put binary the compress of tMyString
RelatedCommand: put header, put, put markup, put text, put content
Keyword: after, before
Description

Use the put binary command to write a binary string to stdout. No processing is done on the string and it is written directly to stdout with no intervening processing.

Tagstext processing