Xbasic

BLOB.POKEN Function

Syntax

N poken(N position,N Value)

Arguments

position

The position to write the data.

Value

An 8 byte floating point number.

Description

Set the value of a IEEE floating point number of the blob.

Discussion

The .POKEN() method sets a IEEE 8 byte floating point number at Position in a blob to a Floating_Point_Value. The first position is 1.

Example

b4 = file.to_blob("C:\Wallpaper\ruth_2_081003.jpg")
b4.poken(10,12345)

See Also