Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
With APPEND GENERAL, cannot get long file names ?
Message
From
24/03/2000 20:03:53
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00350189
Message ID:
00350294
Views:
26
>It seems that if I try to append general a file that has a long file name, it fails with "Command contains unrecognized command..." on the append general command line.
>
>My command is:
>tempImage = getpict()
>IF !EMPTY(TempImage)
> APPEND GENERAL arclient.logo FROM &tempimage LINK
>ENDIF
>
>Any workaround ?

Use name resolution rather than macro expansion:
APPEND GENERAL arclient.logo FROM (tempimage) LINK


>Thanks
>Eric
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform