Re: data base keys

new topic     » goto parent     » topic index » view thread      » older message » newer message

George Walters writes:
> ... the keys put in apparently have been
> modified by a trim function which removes 
> all but one interior blank. Is this so? 
> Or do I have a bug that I can't find?

> here's how I print it
>
>    puts(html,"\""&key&"\"")

> here's what comes out
>
>    " 1 1"
>
> it has had blanks trimm'ed out. 
> this is what went into the data base. one
> blank before the 1st one and 4 blanks between the 2 one's.
>
>  " 1    1"

It looks like you are writing this to a .html file,
and displaying it with a Web browser.
In HTML, multiple blanks are equivalent to one blank,
unless you force the issue by using  
( ampersand nbsp semicolon )
I hope this shows up on the Web interface!
You can also make a pre-formatted section
using   <pre> ... </pre>
(  pre ... end-pre )

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu