文字列から時刻へ変換【StrToTime】
datetime StrToTime(string value) Converts string in the format “yyyy.mm.dd hh:mi” to dateti…
datetime StrToTime(string value) Converts string in the format “yyyy.mm.dd hh:mi” to dateti…
int StrToInteger(string value) Converts string containing the value character representation into a val…
double StrToDouble(string value) Converts string representation of number to double type (double-precis…
double NormalizeDouble(double value, int digits) Rounds the floating point value to the given precision…
string DoubleToStr(double value, int digits) Returns text string with the specified numerical value con…
string CharToStr(int char_code) Conversion of the symbol code into a one-character string. シンボル コードを1文字…
void Sleep(int milliseconds) The Sleep() function suspends execution of the current expert within the s…
void SendMail(string subject, string some_text) Sends a message to the e-mail set in the Tools->Opti…
bool SendFTP(string filename, string ftp_path=NULL) Sends the file to the FTP server set in the Tools-&…
void Print( …) Prints a message to the experts log. Parameters can be of any type. Amount of pass…