View Single Post
Old 19 June 2017, 23:28   #4
r-tea
Registered User
 
r-tea's Avatar
 
Join Date: Apr 2017
Location: Zdzieszowice / Poland
Posts: 17
Thank You!
I've managed in other way. I found 'workbench/startup' module with wbstartup object defined.
In short:

Code:
...
MODULE 'workbench/startup'
...
DEF startup:PTR TO wbstartup, args:PTR TO wbarg
...
	startup := wbmessage
	args := startup.arglist
	WriteF('\s\n', args[].name)
...
Done in hurry, without any error handling.
:-)
But it works.
r-tea is offline  
 
Page generated in 0.04224 seconds with 11 queries