Tom,
 
Right now there's a restriction for aliases in that they must start with a alpha character, thought I'm not sure why.  You can change this for now in your install by changing this line (~225) in search.htm:
 
  var result = t.match(/^([a-zA-Z]+[a-zA-Z0-9]*)\b/)
to...
 
  var result = t.match(/^([a-zA-Z0-9]+[a-zA-Z0-9]*)\b/)
 
Anybody have any idea why aliases can't start with a number?  If not, let's make this change permanent.
Glenn

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tom Creek
Sent: Monday, July 15, 2002 5:40 PM
To: [EMAIL PROTECTED]
Subject: [DQSD-Users] can aliases start with a number?

When I define the following alias it doesn't get loaded

4nt|run "c:\4nt400\4nt.exe"|4NT box|start 4NT command processor|Functions

if I change the alias name "4nt" into "cmd" then it gets loaded.

version beta 19

---



Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes

Reply via email to