Skip to contents

Get a piece of a text string.

Usage

text_subtext(text, position, length)

Arguments

text

A string.

position

An integer.

length

An integer.

Value

A string

Note

This function has been auto-generated from the following Raylib function definition:

const char * TextSubtext(const char * text, int position, int length);

Examples

if (FALSE) {
text_subtext("Hello", 0L, 0L)
}