Please enable JavaScript to view this site.

This function writes a FLOAT to a buffer at the specified offset.

Syntax

set_float (buffer, i32 offset, float set_val)

buffer

Can be an array, structure, register

offset

Offset in bytes

set_val

FLOAT value to be written

Validity

Task, Rule

Note

NO range check is performed, it is up to the user to check that adding the offset and the data size does not exceed the maximum buffer size. See example.

If the user wishes to write a float into the 'data' buffer of a structure of type bbc_msguser then he must use the function bcc_set_float().

The mirror function is the get_float()

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC