Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET PROC glitch?
Message
From
08/03/1999 16:34:34
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
SET PROC glitch?
Miscellaneous
Thread ID:
00195344
Message ID:
00195344
Views:
44
There seems to be some sort of odd behavior in SET PROCEDURE where it won't accept a string variable as the argument if the string contains more than one procfile.

Specifically:

SET PROC TO XXX, YYY
PUBLIC gcProc
gcProc = SET("PROCEDURE")
SET PROC TO ZZZ
SET PROC TO (gcProc)

This last line yields a VFP error "Invalid path or file name".

However, the following works:

SET PROC TO &gcProc.

What gives?

-- jas
Next
Reply
Map
View

Click here to load this message in the networking platform