Data Type Functions VisualBasic Script

Sub byteDemo()
   Debug.Print CByte(5.6)
End Sub