' Gambas class filePUBLIC SUB _new() word AS String i AS Integer FOR i = 1 TO Application.Args.Count - 1 word = word & "" & Application.Args[i] NEXT TextLabel1.Text = wordEND
-- JochenGeorges - 28 Dec 2004