Posts: 1,273
Threads: 400
Joined: Mar 2003
i am building a bbcode bar (maybe later xhtml too) and wonder
if there is another way to place the cursor between my tags.
_bbcode
,,s="[url][/url]"
,,outp s;key LLLLLL
thanks
Posts: 12,272
Threads: 144
Joined: Dec 2002
acc no, htm no, probably only keys can be used.
Posts: 12,272
Threads: 144
Joined: Dec 2002
rep(6) SendKey child VK_LEFT
You'll find SendKey in the forum.
Posts: 1,273
Threads: 400
Joined: Mar 2003
yikes, thats much faster.
thanks.