View Single Post
Old 10-17-2010, 03:48 AM   #19
h1uke
Zealot
h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.h1uke can do the Funky Gibbon.
 
Posts: 121
Karma: 82565
Join Date: Aug 2010
Location: Maryland, USA
Device: dxg, k3w,k4nt,kpw
Quote:
Originally Posted by Polvo View Post
This one doesn't work however:
B = "google.com" #'/' "notebook" #'/' "m" #'/' "search" #'?' "q" #'='
The forward slashes don't show. Any idea why?
the type of input string is fully defined but its first token and
cannot be changed within the string definition.
So, defining
Code:
B = #"google.com/notebook/m/search?q="
will help.
Also, the leading 'Del' will prevent the first 'g' from being capitalized:
Code:
B = #'Del' "google.com/notebook/m/search?q="
WRT {DNE} definitions -- sample launchpad.ini file uses KindleDXG syntax, which is different.

HTH,

h1uke
h1uke is offline   Reply With Quote