RenderWare V2.1

Previous Page Index Next Page

RwBool

RwExtract(char *in, RwInt32 index, char *out, RwInt32 size);

Description

Extracts a string segment from a semi-colon delimited string.

Arguments

in Semicolon delimited input string.

index The index of the entry to extract (1 is the first string in the list).

out Storage for the extracted string.

size The size of the output string out.

Return Value

TRUE if the string was extracted.

See Also

RwGetDisplayDevices()

RwFindDisplayDevice()