bbmod_string_explode

A function defined in __bbmod_string.gml

bbmod_string_explode(_string, _char, _dest)

Description

Splits given string on every occurrence of given character and puts created parts into an an array.

Arguments

Name Type Description
_string String The string to explode.
_char String The character to split the string on.
_dest Array The destination array.

Returns

Real Returns number of entries written into the destination array.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on July 03, 2024 using GMDoc.