Whitespace

Response.Write("x" & trim(f.ReadLine) & "x")

Readline is nothing but a number "1234314"

but the output is always x1234314 x

i know i can run a replace on teh variable but i dont understand why the space is there

View Replies


ADVERTISEMENT

Trimming Whitespace

I have an Access db of products which I'd like to use for creating dynamic urls. Each product has a range name which I intend to use to point to the folder containing the relevant image eg pine/001.jpg

My problem is one of the ranges has two names ie Indian Accessories. I can't have a url with a space in it so how can I dynamically alter the field so that it displays the url as either indianaccessories or indian-accessories?

View Replies View Related

Trim Whitespace

does anyone know if it's possible to crop whitespace regions from around the edges of an image using Imagemagick?

I have a whole bunch of signature images (as in, people's handwritten signatures) and I'd like to crop them so that there's no whitespace margin around them. I can do the cropping fine, it's just detecting the color regions.

View Replies View Related

Whitespace Problem With A Select Box

I have some entries of names that are put into a select drop down box. Here is a sample:

Murphy, John MD
Jones, Bill MD
Stevens, Angie L

Note that there are two whitespaces on the second line between 'Bill' and 'MD'

When Bill Jones is selected and is displayed on another asp page, via a querystring, the page returns the value with only one whitespace character between 'Bill' and 'MD', like so:

Jones, Bill MD

Does anyone know how to prevent extra inner whitespace from disappearing?

View Replies View Related

How To Convert & To & (was "Whitespace Error Caused By &")

I have managed to create an asp page which looks at a mdb file creates an xml from which ever fields I want (original code was created by CodeAve.com).

The resulting xml file seems to display fine until it comes to an & in the data field. I can't stop clients from using & in the data field so how do I get the xml or maybe the creaing asp page to work round this. Code:

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved