Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
This topic
This board
Entire forum
Website and forum (google)
Member search
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
6 Months
Forever
Login with username, password and session length
Friday December 13, 2024, 4:08 pm
Proudly celebrating 15+ years online.
Donate now
to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
Forum Home
Search
Login
Register
Recent Topics
Go To..
Recently updated topics
Recent posts (compact)
Recent posts (full text)
DonationCoder.com Forum
»
DonationCoder.com Software
»
Mouser's Zone
»
Find And Run Robot
»
Alias - Display <string> in description?
« previous
next »
New Topic
Print
Pages: [
1
] •
bottom
Author
Topic: Alias - Display <string> in description? (Read 5211 times)
highend01
Supporting Member
Joined in 2011
Posts:
188
Alias - Display <string> in description?
«
on:
June 24, 2015, 04:12 AM »
One of my aliases uses:
Dictionary - <string> |
http://dict.leo.org/...?lp=ende&search=
$$1 /ICON=icons\dictionary.ico
When I invoke it by entering e.g. "dic"
The description right from the icon states:
dict (Dictionary - )
So:
<string> is resolved to nothing
How do I escape it properly that <string> isn't resolved at all and I get instead:
dict (Dictionary - <string>)
«
Last Edit: June 26, 2015, 02:36 PM by highend01
»
skajfes
Honorary Member
Joined in 2008
Posts:
267
Re: Alias - Display <string> in description?
«
Reply #1 on:
June 26, 2015, 09:52 AM »
You can use $$1 instead of <string> that will resolve to the string in the input field
It is impossible to make anything foolproof because fools are so ingenious.
highend01
Supporting Member
Joined in 2011
Posts:
188
Re: Alias - Display <string> in description?
«
Reply #2 on:
June 26, 2015, 11:19 AM »
How do I escape it properly that <string> isn't resolved at all and I get instead:
dict (Dictionary - <string>)
«
Last Edit: June 26, 2015, 02:36 PM by highend01
»
skajfes
Honorary Member
Joined in 2008
Posts:
267
Re: Alias - Display <string> in description?
«
Reply #3 on:
June 26, 2015, 11:50 AM »
Ah, sorry, the <string> is evaluated because it is recognised as an html tag. I had a similar problem when writing a plugin for FARR some years back. As I remember, you can use regular html codes. so < instead of < should do it
It is impossible to make anything foolproof because fools are so ingenious.
highend01
Supporting Member
Joined in 2011
Posts:
188
Re: Alias - Display <string> in description?
«
Reply #4 on:
June 26, 2015, 02:45 PM »
Thanks but unfortunately html tags don't work either.
Dictionary - <string> |
http://dict.leo.org/...?lp=ende&search=
$$1 /ICON=icons\dictionary.ico
get's displayed without interpreting them:
dict (Dictionary - <string>)
mouser
First Author
Administrator
Joined in 2005
Posts:
40,914
Re: Alias - Display <string> in description?
«
Reply #5 on:
June 26, 2015, 07:22 PM »
how strange.. i might have to look into this.
highend01
Supporting Member
Joined in 2011
Posts:
188
Re: Alias - Display <string> in description?
«
Reply #6 on:
June 27, 2015, 02:22 AM »
I'd appreciate this
New Topic
Print
Pages: [
1
] •
top
« previous
next »
DonationCoder.com Forum
»
DonationCoder.com Software
»
Mouser's Zone
»
Find And Run Robot
»
Alias - Display <string> in description?