Re: Print# Questions

Tech-Archive recommends: Speed Up your PC by fixing your registry



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






.



Relevant Pages

  • Re: How do I pull the info from this PostScript?
    ... Do you just want to extract the title from a file, ... When anchorsearch returns true, the 'post' string ... SourceArrayDecode filter from the array, and cvx exec the filter. ...
    (comp.lang.postscript)
  • Re: Newbie: Array of pointers to strings questions.
    ... > What I'm trying to do is extract information from one file and insert ... The first file has a string of ... > char *ptr; ... line1 is just a constant pointer to a character. ...
    (comp.lang.c)
  • Split Single Address Field into Component Parts
    ... would make a copy of the database before making any ... would subtract that part of the string from the working ... I ran an update query to extract the portion of the ...
    (microsoft.public.access.queries)
  • Split Single Address Field into Component Parts
    ... >address field using an update query. ... >string functions. ... I ran an update query to extract the portion of the ...
    (microsoft.public.access.queries)
  • Newbie: Array of pointers to strings questions.
    ... What I'm trying to do is extract information from one file and insert ... and the information in each case is extracted as a string. ... the relevant file is read into a temp file, ... but handling the array was a problem. ...
    (comp.lang.c)