MEMSET (FUN)

Description

This function sets contents of the bytes in the defined memory area (Dest, Len) to the defined value (Data).

Limitations

-

Inputs

Input variable name

Data type

Description

Dest

DWORD

Address of destination memory

Data

BYTE

Data which is copied to memory bytes

Len

WORD

Byte size of memory block to be set

Return values

Data type

Description

INT

Return value is always 1

 

Example code

 

See also

-

 

Source file Topic000604.htm

Last updated 21-Feb-2025