| View previous topic :: View next topic |
| Author |
Message |
Aslan Valued Contributor


Joined: 31 May 2001 Posts: 589 Location: Memphis, TN USA
|
Posted: Wed Sep 26, 2007 11:08 pm Post subject: Read or detect SuperScript? |
|
|
Anyone know if ther is a way to read superscript from a MS Office document.
More specifically, I'm currently trying to read a CSV file witten with Exel.
The problem is that sometimes there are some superscript characters like exponents or footnote references.
example:
Excel: n=9x(36*10[sup]4[/sup]) EDITED: Appearently this forum doesn't support "superscript" in BBcode, but you should get the idea.
How can I detect or read this with VDS?
Thanks in advance,
Aslan |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Thu Sep 27, 2007 7:54 am Post subject: |
|
|
I see what you mean, VDS5 doesnt see it at all it appears.
I just copy/paste a underlined C from a webpage and tryed to get its @CHR(number) by way of my VDS ACSII converter and it saw it as @CHR(99). |
|
| Back to top |
|
 |
Aslan Valued Contributor


Joined: 31 May 2001 Posts: 589 Location: Memphis, TN USA
|
Posted: Thu Sep 27, 2007 1:59 pm Post subject: |
|
|
Yeah, key word "ASCII"
I don't think ASCII has any "superscript","postscript","strikethrough", or "underline" reference. I believe VDS will only read ASCII therefore, VDS can't translate it so it ignores it. |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Thu Sep 27, 2007 2:19 pm Post subject: |
|
|
Aslan,
You may need to use BINFILE to read that? Those are control characters that you are trying to read. If you could post a sample of the file you are trying to read then I may be able to help you. _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
|