text-join ( textList count delimiter -- c-string )


Vocabulary
raylib

Inputs
textLista pointer to a c-string
countan int
delimitera c-string


Outputs
c-stringa c-string


Word description
Join text strings with delimiter

Definition


LIBRARY: raylib FUNCTION-ALIAS: text-join c-string TextJoin
( c-string* textList, int count, c-string delimiter )