Livecode Wiki
Advertisement

Write a binary string to stdout.

Built-in Message handler[]

Syntax:

put [ binary ] <value>

Examples:

put binary the compress of tMyString

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.

Parameters:

  • value (string): A string containing the binary data to output.

See also: put text (command),put content (command),

Advertisement