text-subtext ( text position length -- c-string )


Vocabulary
raylib

Inputs
texta c-string
positionan int
lengthan int


Outputs
c-stringa c-string


Word description
Get a piece of a text string

Definition


LIBRARY: raylib FUNCTION-ALIAS: text-subtext c-string
TextSubtext ( c-string text, int position, int length )