Techlord #1 This is a neat little feature.Function Print(Text$,Text2$="") Write(Text + Chr(32) + Text2 + Chr(32) + "I'm overloaded") End Function Print("Hello","World")