forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Ah help with "" in strings

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
gbzstro
Newbie


Joined: 15 Dec 2002
Posts: 3

PostPosted: Mon Dec 16, 2002 3:53 pm    Post subject: Ah help with "" in strings Reply with quote

My poject at the moment requires me to pass "" to a DOS programe from a variable string.

%L = "message.txt" gives me just message.txt without the qoutes however I really need to pass "message.txt" as the DOS file needs to see

DOSFILE.EXE -Switch "message.txt" all I get is

DOSFILE.EXE -Switch message.txt - which does not work


How do I include "" in a variable string?

Thanking you in advance

Stuart Robinson
Back to top
View user's profile Send private message
Hortalonus
Valued Contributor
Valued Contributor


Joined: 15 Mar 2002
Posts: 344
Location: Western USA

PostPosted: Mon Dec 16, 2002 3:57 pm    Post subject: Reply with quote

Try this:
Code:

%L = @CHR(34)message.txt@CHR(34)
Back to top
View user's profile Send private message Send e-mail
Hortalonus
Valued Contributor
Valued Contributor


Joined: 15 Mar 2002
Posts: 344
Location: Western USA

PostPosted: Mon Dec 16, 2002 3:59 pm    Post subject: Reply with quote

Also, check out Mac's character scan code script at:
http://www.vdsworld.com/forum/viewtopic.php?t=407
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group