real4

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
real4
Summary

Used with the read from file, read from process, and read fromsocket commands to signify a chunk of binarydata the size of a signed 4- byte real.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
read from file "image.gif" for 3 real4
RelatedCommand: read from socket, read from process, write to driver, read from file
Glossary: keyword, binary file, command, byte, chunk
Description

Use the real4 keyword to read data from a binary file.

If you specify real4 as the chunk type in a read from file, read from process, or read from socket command, the data is returned as a series of numbers separated by commas, one for each chunk read.

Tagstext processing