Re: Print# Questions
- From: "DRBarkley" <David.NOSPAMBarkley@xxxxxxxxxxxxxxxx>
- Date: Mon, 13 Mar 2006 09:44:22 -0500
Try Val()
"AK" <nospam@xxxxxxx> wrote in message
news:wufRf.16940$733.801@xxxxxxxxxxxxxxxxxxxxxxx
On further thinking, will I have to then convert it back to a number type
when I extract it from the file I print #1 it to?
"Larry Serflaten" <serflaten@xxxxxxxxxxxxxx> wrote in message
news:es8GMLkRGHA.424@xxxxxxxxxxxxxxxxxxxxxxx
"AK" <nospam@xxxxxxxxxxx> wrote
How do I put that number in the file starting at the first character
position and get rid of that space. I have dumped a string to the file
and
it starts on the first character, but not so with numbers.
You've almost answered your own question. Convert your number to
a string before printing it to the file.
Print #1, CStr(cboScaleType.ListIndex)
LFS
.
- References:
- Print# Questions
- From: AK
- Re: Print# Questions
- From: Larry Serflaten
- Re: Print# Questions
- From: AK
- Print# Questions
- Prev by Date: Re: Print# Questions
- Next by Date: Re: VB.NET or C++.NET or C#
- Previous by thread: Re: Print# Questions
- Next by thread: Re: Print# Questions
- Index(es):
Relevant Pages
|