ValUint

String ››
Parent Previous Next

Язык программирования FreeBasic

 

ValUInt

ValUInt(string)

Возвращает числовое значение строки типа UInteger.

string - Строка может быть типа String и Wstring

Пример:


dim as string bs="56565"
Dim As UInteger UIv = ValUInt(bs)
? UIv : Sleep


 


http://mneniya.ucoz.ru/

Created with the Personal Edition of HelpNDoc: Easily create HTML Help documents