uInt4

Used with the read from file, read from process, and read from socket commands to signify a chunk of binary file the size of an unsigned 4-byte integer.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

uInt4

# Examples

read from file it for 17 uInt4

# Description

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

If you specify uInt4 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 unsigned integer read.

# Tags

# See