... HTML messages will consolidate any number of spaces in a row into one single space, so do not use HTML messages. To preserve code formatting, without the...
40553
Stefan Pendl
pendl2megabit
Apr 3, 2010 9:06 am
... So you got a DOCX file, which is the new Office 2007 format, which in turn is a ZIP archive with some XML files included. The DOCX format is similar to the...
40551
paradisejb
Apr 3, 2010 12:53 am
Carl, I submitted this question to Microsoft Office Discussion Groups and got this reply from one very helpful soul. (First, my question, then his reply): '---...
40550
Gary Passmore
garpmore
Apr 3, 2010 12:49 am
... Yes, we have. and it turns out that I was wrong. It seems no matter how many email accounts or forums I may belong to, no two of them behave alike. One...
40549
garpmore
Apr 3, 2010 12:38 am
'_READ_MSWORD_DOC to Text This is not perfect, but quickly resulted in readable text, at least in my single experience with an MSWORD doc. Not all the...
40548
salaion
Apr 2, 2010 8:47 pm
Indeed that sentence was mentioned by Stefan Pendl previously, he told me the same for the same subject and I replayed the same that “you are right but...
40547
paradisejb
Apr 2, 2010 8:36 pm
Seems to me that we've been here before, but I just wanted you to know that if I view your work using the "Use fixed width font" thingy in the "Show Message...
40546
Bill Lopez
maxxhuggs2006
Apr 2, 2010 8:12 pm
Sorry about that, Salion, you must have missed this line in the help file: It is not advisable to place controls within them, since some controls do not work...
40545
salaion
Apr 2, 2010 7:58 pm
First if I use the wold PRINT then I will get syntax error, and if I use the line #A "font Times_New_Roman 12" directly then you are right but except for the...
40544
Gary Passmore
garpmore
Apr 2, 2010 7:54 pm
I normally use Yahoo Mail for this, but today posted a reply (Concatening ...), but posted this at the forum, in order to preserve all the "beauriful"...
40543
Bill Lopez
maxxhuggs2006
Apr 2, 2010 7:35 pm
If you use PRINT #A "font times_new_roman 12", that will set the font for all printing in the window. Since the font is the same for all statictext, there is...
40542
garpmore
Apr 2, 2010 7:32 pm
'_READ_MSWORD_DOC to Text This is not perfect, but quickly resulted in readable text, at least in my single experience with an MSWORD doc. Not all the...
40541
salaion
Apr 2, 2010 7:17 pm
Hi green 8819 Many thanks for your review, I have done them all, but I also added to your following line what concerning with font, maybe you forgot it : ...
40540
John Fisher
tenochtitlanuk
Apr 2, 2010 1:45 pm
Abouy the simplest I can go is the following. Are you looking at the Help files? Have you tried the supplied lessons? Do you know how to 'single step' through...
40539
Richard
rtrussellcouk
Apr 2, 2010 1:08 pm
... AFAIK most USB parallel port adaptors *don't* emulate the port at the hardware (I/O address) level; they are only designed to support parallel printers and...
40538
William Roggow
roggowb
Apr 2, 2010 12:53 pm
Is there an API which will tell which USB port(s) are active and what addresses they use. I have purchased a USB to DB25 port adapter which I want to use with...
40536
Stefan Pendl
pendl2megabit
Apr 2, 2010 8:41 am
... If you do this for hundred files, it will be a tedious task. The text of a DOC file is saved in man readable format to the DOC file, but it includes...
40535
libertybasic@yahoogro...
Apr 2, 2010 4:26 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the libertybasic group. File :...
40534
RipSaw
rij4360
Apr 2, 2010 2:47 am
Look Below John Color ' We don't need the text-only 'mainwin39; but it may help debugging ' by allowing us to see values. nomainwin ' But we DO need a graphicbox...
40533
titan2guy
Apr 2, 2010 1:32 am
It won't necessarily help with the concatinating part, but a Word file (.doc or .docx) loaded into Word can be converted to a text file in at least a couple of...
40532
RipSaw
rij4360
Apr 1, 2010 11:39 pm
look below,  I wish u were here.  This is like Greek. In England do you use any cool swear words that you can teach me? I cant slander the lord's name at...
40531
RipSaw
rij4360
Apr 1, 2010 11:21 pm
Bloody MARVELOUS!    I am running now! and studying. ________________________________ From: John Fisher <mr.john.f@...> To:...
40530
John Fisher
tenochtitlanuk
Apr 1, 2010 11:05 pm
Hope the following makes sense- I'd next want to add numbers and minor grid lines! Just copy & paste into LB/JB. Try altering bits you understand a tiny bit at...
40529
RipSaw
rij4360
Apr 1, 2010 4:11 pm
               for x= -10 to 20                y= 1/2 *x + 1                print using(" ####.#",x) ;:print...
40528
John Fisher
tenochtitlanuk
Apr 1, 2010 1:59 pm
Or with axes added.... nomainwin ebat = 1e2 r = 3.0e6 c = 10e-12 WindowWidth = 530 WindowHeight = 560 graphicbox #w.g, 10, 10, 500, 500 open "Charging...
40527
John Fisher
tenochtitlanuk
Apr 1, 2010 1:50 pm
I'm in the UK.... Try the following to get an idea of working from LB without MS intermediate stages... I just scale the results to fit from 10 to 490 in a...
40526
RipSaw
rij4360
Apr 1, 2010 12:26 pm
UP ALL night!! playing w it! it does work. Ran the run. Then the Charge Discharge values I  c/p into a notepad file "ChargeDis.CSV"  - Follow...
40525
John Fisher
tenochtitlanuk
Apr 1, 2010 8:41 am
Glad it worked for you. Bigger printout? Copy your Excel graph. Paste it onto a Word page of the size you want. Drag it to fill the page. Add any extra text...
40524
RipSaw
rij4360
Apr 1, 2010 7:39 am
IT WORKED!  Whoever you are THANK U. Save data to a text file. Saved as CSV - Followed directions. IT WORKED!!!!! Kurt USA PA Now I want a larger chart....
40523
RipSaw
rij4360
Apr 1, 2010 7:27 am
Here is the code. I want to plot inside Excel.  I used to do it on the old Gateway of 1997. This really did plot with MS Works and Excel.   ...