Example - Space Function

' This sample shows the space function
Sub Main()
   MsgBox "Hello" & Space(20) & "There"
End Sub