Google Answers Logo
View Question
 
Q: Command Line Varaibles ( No Answer,   2 Comments )
Question  
Subject: Command Line Varaibles
Category: Computers > Programming
Asked by: tonyrome-ga
List Price: $10.00
Posted: 24 Jan 2005 11:49 PST
Expires: 30 Jan 2005 03:46 PST
Question ID: 462552
Recently I seen a %20 use in a file name e.g. My%20Documents. I was
wondering what does the %20 mean, and are there any other % variable
that would be helpful to know?

Request for Question Clarification by webadept-ga on 24 Jan 2005 12:19 PST
Hi, 

The %20 is not a variable name, rather it is a ascii code representing
a blank space inside a file name. You will see the same representation
on website urls, where the file names have spaces in them as well.

Since this is probably a huge let down for you (was for me when I
first saw them).. I posted this in the clarification area, instead of
answering the question, and taking the bid.

Sorry about that, keep on keeping on as they say. :-)

webadept-ga
Answer  
There is no answer at this time.

Comments  
Subject: Re: Command Line Varaibles
From: googleexpert-ga on 24 Jan 2005 15:49 PST
 
You will probably come across a few from this list:

%20 is a space,
%0A is a line feed,
%0D is a carriage return,
%3A is a : (colon)
%3B is a ; (semi-colon)
%2F is a / (forward slash)
%5C is a \ (backslash)
%21 is a ! (exclamation)
%22 is a " (inverted comma)
%23 is a # (hash)
%3F is a ? (question mark)
%3D is a = (equals)
%40 is a @ (at)
%25 is a % (percentage)
%3E is a > (greater than)
%3C is a < (less than)
%24 is a $ (dollar)
%26 is a & (ampersand)
%5B is a [
%5D is a ] 
%7E is a ~ (tilde)
%5E is a ^
%60 is a ` 
%7B is a { (opening bracket)
%7D is a } (closing bracket)
%7C is a | (pipe)

Source: http://www.dwfaq.com/Tutorials/Miscellaneous/special_links_encoding.asp
Subject: Re: Command Line Varaibles
From: pratap_r-ga on 25 Jan 2005 04:41 PST
 
just to add to the above comment, its of format %##
where ## is a hex number, so 20 is actually ascii 32, which is a space and so on.

Have Fun!
Pratap

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy