Daniele

 

You could have a dialog instead of the command line and write output in a
file. 

 

-- Ask about a password first to prevent other users for using this feature

SET VAR vCommand TEXT = NULL, vEndKey TEXT = NULL

DIALOG 'Enter your command:' vCommand vEndKey 1 +

CAPTION 'Attention: Not every command is supported in Runtime' ICON WARNING

OUTPUT RunOut.txt

&vCommand

OUTPUT TERMINAL

LAUNCH RunOut.txt

CLEAR VAR vCommand, vEndKey

RETURN

 

Best Regards

Adrian

 

  _____  

From: Daniele Barbieri [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 25, 2008 12:20 PM
To: [email protected]
Subject: [RBASE-L] - Simulate R> command in Runtime 7.6

 

Hello

There is a way to simulate some R> commands in Runtime 7.6 ?

 

TIA

Daniele

 

Reply via email to