/
Documentation
Login
|
Register
| Language:
ru
cn
en
Documentation
Book
TA
Code Base
Articles
Jobs
Championship
Forum
MQL4 Reference
String functions
StringLen
StringConcatenate
StringFind
StringGetChar
StringLen
StringSetChar
StringSubstr
StringTrimLeft
StringTrimRight
Use the opportunities of
MQL5 in
MetaTrader 5
Study the new MQL5 language.
Reference
is already available
int
StringLen
(
string
text)
Returns character count in a string.
Parameters:
text
-
String where the length must be calculated.
Sample:
string str="some text"; if(StringLen(str)<5) return(0);
StringGetChar
StringSetChar