CopyStr (FUN)ΒΆ

FUNCTION CopyStr : BOOL

Copies a string from a zero-terminated array of characters into a string object. Note: at most 255 characters are copied, even of pbySrc is longer.

InOut:

Scope

Name

Type

Comment

Return

CopyStr

BOOL

Input

psDst

POINTER TO STRING(255)

A non-zero pointer to the destination string

pbySrc

POINTER TO BYTE

A non-zero, zero-terminated array of characters