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 


DDE execute on VDS IDE

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Sun Sep 07, 2003 2:38 pm    Post subject: DDE execute on VDS IDE Reply with quote

When you try to send data to the VDS IDE with the DDE command(s), you can't send a closing bracket ")". This isn't very useful, because I want to send functions to it:

Code:
%%text = "info @input(What's your name?)"
dde link,VDS,System
dde execute,[ADD(%%text)]
dde terminate


Does anybody know a work around for this problem?

_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sun Sep 07, 2003 2:52 pm    Post subject: Reply with quote

You have to use quotes:

Code:
dialog create,dde
DDE LINK,VDS,System
dde execute,"[ADD(test)]"
dde terminate

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sun Sep 07, 2003 2:54 pm    Post subject: Reply with quote

Oops I think I misunderstood you. You're right. Try using @chr() maybe? Confused
_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Sun Sep 07, 2003 3:00 pm    Post subject: Reply with quote

http://forum.vdsworld.com/viewtopic.php?t=1797
I don't think any easy solution possible. I doubt that quotes/ASCII value help.
Jules said that "there is a bug " I think it will be fixed in the update
but when will be the update relaesed Rolling Eyes

_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Sun Sep 07, 2003 3:10 pm    Post subject: Reply with quote

Oops, you're right, I forgot about that CodeScript... Embarassed
_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
vdsalchemist
Admin Team


Joined: 23 Oct 2001
Posts: 1448
Location: Florida, USA

PostPosted: Mon Sep 08, 2003 2:44 pm    Post subject: Reply with quote

Skit,
You can use @chr(34) for the DDE IDE automation. I have used it and it does work. But there is another problem with the IDE automation and that is retrieving and sending lines to the script. I found that this does not work very well. I cannot remember exactly what it was about the DDE that did not work right Question I found this while building my VDS tool for my Guardian.dll several months ago. Anyway I am using COPY and PASTE to paste the lines of code to the IDE Sad

_________________
Home of

Give VDS a new purpose!
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Mon Sep 08, 2003 2:57 pm    Post subject: Reply with quote

mindpower wrote:
I cannot remember exactly what it was about the DDE that did not work right Question


The DDE insert command does not insert the object but rather overwrites what's there already.

Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Mon Sep 08, 2003 3:00 pm    Post subject: Reply with quote

I know Dr.Dread, but I already fixed that. The only problem I have is that you can't send a ) with it... Sad
_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Mon Sep 08, 2003 3:05 pm    Post subject: Reply with quote

Skit3000 wrote:
I know Dr.Dread...


I know that you know, but Mindpower didn't know, ya know Cool

Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Bug Reports 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