At 08:48 AM 3/14/2008, Bob Thompson wrote:

The & variable worked fine.   I should have tried that to begin with!

Bob,

I am very delighted to hear that!

Here's an article that explains the Dotted vs. Ampersand Variables.

From The Edge: http://www.razzak.com/fte/
Topic: Understanding Dotted vs. Ampersand Variables
Date Posted: 11/18/2001

Very Best R:egards,

Razzak.


----- Original Message ----- From: "A. Razzak Memon" <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, March 13, 2008 11:54 AM
Subject: [RBASE-L] - Re: Launch command


At 12:46 PM 3/13/2008, [EMAIL PROTECTED] wrote:

In an EEP the following works fine.

Launch .vFile

where vFile = P:\Images\588.jpg

This brings up the graphic file fine in the viewer.
Drive G is a mapped network drive.

However, if I change vfile to :
<file://\\DellServer1\Public\Images\588.jpg>\\DellServer1\Public\Images\588.jpg
(which is the exact same as the mapped drive)
then the Launch .vFile command hangs Rbase.

My goal is to launch these external files without
having to map drive letters.   Any thoughts?

Bob,

What version of R:BASE for Windows?

What happens when using the ampersand variable?

-- Example:

SET VAR vPathFileName TEXT = NULL
SET VAR vPathFileName = '\\DellServer1\Public\Images\588.jpg'
LAUNCH &vPathFileName
RETURN

Very Best R:egards,

Razzak.


Reply via email to