Язык программирования FreeBasic |
ValInt
ValInt(string)
Возвращает числовое значение строки типа Integer.
string - Строка может быть типа String и Wstring
Пример:
dim as string bs="56565"
Dim As Integer Iv = ValInt(bs)
? Iv : Sleep

Created with the Personal Edition of HelpNDoc: Easy CHM and documentation editor