Skip to main content

blob.writestring(string)

Writes a string into the blob

Availability

Device + Agent

Parameters

Name Type Description
string String Any string

Returns

Nothing

Description

This method writes the passed string into the target blob, placing the string’s characters at the current position of the target’s read/write pointer. The pointer’s location can be determined using the tell() method and set using the seek() method.

Example Code