Покинул форум
Сообщений всего: 160
Дата рег-ции: Дек. 2017
Репутация: 0
Карма 0
formatsn is used to convert strings in which numbers are written to a natural number int or double.
Syntax:
formatsn ("76765");
formatsn ('7');
formatsn ("-757.067");
Accepts string or char. The sign of the fraction is the dot (.).
Returns an int or double that can be used in mathematical and other operations.
In case of an error, the number returns -10011001
The error is returned if the string in the parameter can not be converted to a number.
Все гости форума могут просматривать этот раздел. Только администраторы и модераторы могут создавать новые темы в этом разделе. Только зарегистрированные пользователи могут отвечать на сообщения в этом разделе.