forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathint4.lcdoc
More file actions
27 lines (15 loc) · 943 Bytes
/
Copy pathint4.lcdoc
File metadata and controls
27 lines (15 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Name: int4
Type: keyword
Syntax: int4
Summary: Used with the <read from file>, <read from process>, and <read from socket> <command|commands> to signify a <chunk> of <binary file|binary data> the size of a signed 4-byte <integer>.
Synonyms: int4s
Introduced: 1.0
OS: mac,windows,linux,ios,android
Platforms: desktop,server,web,mobile
Example:
read from process "AppleScripts/Get Info" for 1 int4
Description:
Use the <int4> <keyword> to read data from a binary file.
If you specify <int4> 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 signed <integer> read.
References: read from socket (command), read from process (command), write to driver (command), read from file (command), keyword (glossary), binary file (glossary), command (glossary), chunk (glossary), integer (keyword)
Tags: text processing