OutputVar := instance.ToCharList([startIndex, length])
Convert current instance of MfString to instance of MfCharList.
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.
Instance of MfCharList
Version 0.4
MfCharList instance will contain a list of integer char code value that represent the string outputted.