StrSplit (Kernel)

StrSplit(outBuffer inString [separator])

Processes a multilanguage string based on the current language settings and returns a string that is ready to be displayed.

Important

SCI1.1 only.

Parameters:
  • outBuffer (string) – The results are placed here.
  • inString (string) – The string to split.
  • separator (string) – The separator string.
Returns:

The outBuffer.