Macro Toolworks Products Discussion Forums :: FAQ's
Welcome Guest   
 Subject :Question: res words.. 18-02-2010 22:39:07 
willi
Joined: 18-02-2010 21:23:28
Posts: 2
Location
Hello,

How can I encodig the res. words, like '',
so thiese chars are not shown for PKBD 7.4 and I get a char as text by PKBD?

Regards
Willi
IP Logged
 Subject :Re:Question: res words.. 19-02-2010 14:39:01 
petr
Joined: 15-10-2009 11:48:52
Posts: 152
Location
Hello,

there are special so called system variables for several characters including ".
For example, %_vQuoteChar% can be used instead of ". If you want to output "
then use this:

<varout>("%_vQuoteChar%",0)

Many more system variables can be found here:

http://www.macrotoolworks.com/index.php/en/automate-software-support/macro-language-syntax/332-macro-language-system-variables


Best regards,
Petr
IP Logged
 Subject :Re:Question: res words.. 20-02-2010 16:21:07 
willi
Joined: 18-02-2010 21:23:28
Posts: 2
Location
Hello Petr,

thanks for your soon answers,

but for other new users - I think it's helpfull,
if you shown an example by my qestion. ;)

Regards
Willi
IP Logged
 Subject :Re:Question: res words.. 25-02-2010 16:18:40 
petr
Joined: 15-10-2009 11:48:52
Posts: 152
Location
Hello,

this example shows "Hello" (including " characters) in a message box:

<cmds>
<varset>("v=%_vQuoteChar%Hello%_vQuoteChar%","")
<msg>(-100,-100,"%v%","Message",1,0,0)

Best regards,
Petr
IP Logged
Page # 


Powered by ccBoard


Login and share your experience - send messages to forums and add comments to samples, commands and other resources.



Account is free of charge, easy to setup.