

If you don't specify the type then the compiler will use Variant.

If you use thisįorm you must enclose the entire argument list in a parenthesis. The keywordĬall is a leftover from older versions of Basic. X is a subroutine which takes two string arguments. X "Hello", "World" Call x ( "Hello", "World" )
