Re: Trying to get rid of a space.
Alan Gauld via Tutor <[email protected]> Mon, 8 Jun 2026 19:07:07 +0100
| Newsgroups | gmane.comp.python.tutor |
|---|---|
| Message-ID | <[email protected]> |
On 08/06/2026 08:52, patsy_ehmke--- via Tutor wrote:
> I was trying to add a line to an invoice heading.
How is the invoice generated? Is it printed?
(if so using what? Plain text, PDF, TeX, Word, Excel?)
Or is it online and you are using HTML?
Or something else?
> I added one line to an invoice heading,
Show us the code, we have no idea what you did
so can't comment.
> ...but now the next line has a space in the dividing line,
Again show us what you mean because we don't know
what the "dividing line" is supposed to be or how it
is created.
> ...which I don't know how to get rid of.
Without seeing the code and/or the media/format we can't
really say. If it's a simple text string it could be
as simple as:
stripped = line.replace(' ','')
But I suspect its more complex than that.
> Happy to jump on a teams call if someone can help
It's a mailing list so teams calls aren't really an option
unless somebody volunteers.
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos
_______________________________________________
Tutor maillist - To unsubscribe send an email to [email protected]
To unsubscribe or change subscription options:
%(web_page_url)slistinfo/%(_internal_name)s