文字の設定【StringSetChar】
string StringSetChar(string text, int pos, int value) Returns the string copy with changed character in…
string StringSetChar(string text, int pos, int value) Returns the string copy with changed character in…
int StringLen(string text) Returns character count in a string. 文字列の文字をカウントして返します。 Parameters: パラメータ: […
int StringGetChar(string text, int pos) Returns character (code) from the specified position in the str…
int StringFind(string text, string matchec, int start=0) Search for a substring. Returns the position i…
string StringConcatenate( …) Forms a string of the data passed and returns it. Parameters can be …