Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2095-standardlibrary-fileoperations-cfilebin-cfilebinreadstring.md
T
2026-06-23 21:47:51 +08:00

541 B

ReadString

Reads string type variable from file.

bool  ReadString(
   string&  value      // string
   )

Parameters

value

[in]  Reference to the variable for placing read data.

Return Value

true - successful, false - cannot read the data.

ReadString

Reads string type variable from file.

bool  ReadString(
   string&  value      
   )

Parameters

value

[in]  Reference to the variable for placing read data.

Return Value

true - successful, false - cannot read the data.