ToCharList()

Namespace ›› System ›› MfString ›› Methods ››
Parent Previous Next

ToCharList()

OutputVar := instance.ToCharList([startIndex, length])

ToCharList([startIndex, length])

Convert current instance of MfString to instance of MfCharList.

Parameters

startIndex

Optional, the zero-based integer index starting character position of in this instance.
Can be MfInteger instance or var containing integer.

length

Integer value containing the number of characters copy to the list.
Can be MfInteger instance or var containing integer.

Returns

Instance of MfCharList

Since

Version 0.4

Remarks

MfCharList instance will contain a list of integer char code value that represent the string outputted.