AutoHotkey Community

It is currently May 27th, 2012, 3:27 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: June 8th, 2010, 8:36 pm 
Offline

Joined: May 15th, 2009, 4:49 pm
Posts: 14
Location: Tulsa, OK
This is going to be easy, but I can't figure out why this won't work. I think there is some sequence that needs to be commented out, but WTF it is, I don't know..

G
Code:
ControlSetText, Static2, ED-T1::%port1%:CTAG:::FMT=ESF,CMDMDE=FRCD;, T1 DACS Helper


Should look like this, providing the input is T3T1-1200-1..

ED-T1::T3T1-1200-1:CTAG:::FMT=ESF,CMDMDE=FRCD;

I checked the forums, but like I said, it probably a delimiter issue.

Thanks in advance..


Last edited by Hannibal_32 on June 8th, 2010, 9:21 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 8th, 2010, 9:02 pm 
Offline

Joined: August 21st, 2006, 7:07 pm
Posts: 2925
Location: The Shell
Code:
port1=T3T1-1200-1
ControlSetText, Static2, % "ED-T1::" port1
              . ":CTAG:::FMT=ESF`,CMDMDE=FRCD;" ; `, accent = escape character.
              , T1 DACS Helper
hth

_________________
Imageparadigm.shift:=(•_•)┌П┐RTFM||^.*∞


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 8th, 2010, 9:21 pm 
Offline

Joined: May 15th, 2009, 4:49 pm
Posts: 14
Location: Tulsa, OK
Thanks! I see what I was doing now..


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: rbrtryn, Yahoo [Bot] and 13 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group