Conversion Group

HostExplorer Programming

Conversion Group

3270 5250 VT

Array—Returns a variant containing an array. Declaring the dimension for WinWrap Basic and Hummingbird Basic is very similar, but there are differences in Microsoft Visual Basic.

Cbool—Converts a number or string to a Boolean value.

Note: 
  Boolean is not supported by Hummingbird Basic.

Cbyte—Converts a number or string value to a byte value.

Note: 
  Boolean is not supported by Hummingbird Basic.

Ccur—Converts a number or string value to a currency value.

Cdate—Converts a number or string value to a date value.

Note: 
  Boolean is not supported by Hummingbird Basic.

CDbl—Converts a number or string value to a double-precision real value.

Cint—Converts a value to an integer by rounding.

CLng—Converts a value to a Long by rounding.

CSng—Converts a value to a single-precision float point.

CStr—Converts a number or string value to a string value.

Cvar—Converts a value to a variant.

CVDate—Converts a value to a variant date.

CVErr—Converts to a variant that contains an error code. Not supported by Hummingbird Basic. Supported by Microsoft Visual Basic.