Why does my file name show %20s instead of spaces?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Whenever I save a file from Excel to a floppy disk it adds "%20" instead of
spaces. Is there anyway to keep this from happening? Thanks!
 
Avoid saving files on floppies, sooner or later you will get a corrupt file,
save it on the HD, then transfer it to the floppy
 
I agree with Peo. But I'm betting that you downloaded a file from the
internets.

Lots of times, filenames get that %20 stuff instead of spaces. It's got to do
with HTML and links and stuff I don't know about.
 
dhughes said:
Whenever I save a file from Excel to a floppy disk it adds "%20" instead
of
spaces. Is there anyway to keep this from happening? Thanks!

%20 is a space. 20 decimal is the ASCII code for space; % indicates that
the number following defines that character in terms of ASCII code.

To stop it from happening, don't use spaces. Use dash or underscore
instead.

Paddy
 
%20 is a space. 20 decimal is the ASCII code for space;

Close but not quite. The '20' is hex, not decimal, for a space. Decimal is
32.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting LLC
www.cpearson.com
(email on the web site)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top