Thomas Hurst said, ... Shouldn't that be 25? ... You should also do some sort of check for CR'.'CR within body, replacing it with CR'..'CR. Neil -- Neil...
Neil Bothwick
neil@...
Feb 1, 2000 9:50 am
1458
Rick Giles said, ... This will do it for you call open(in,'filename1','R') buf = readch(in,65536) do until eof(in) & buf = '' parse var buf Headline '0a'x Body...
Neil Bothwick
neil@...
Feb 1, 2000 10:12 am
1459
... Hmm. I feel really stupid now. I've been writing a completely text based email client, but every email I wrote ended up mostly in upper case. Thanks for...
Mike Cardwell
mickeyc@...
Jan 31, 2000 10:36 pm
1460
... will ... I know, but it's more involved, as you say. Biggest pest is that "writeln" will write over origional text, rather than insert into the old. Don't...
Rick Giles
rickgiles@...
Feb 1, 2000 10:51 am
1461
... No, but then, I've never heard of it. ... It's actually 4 headings (World News, Environmental,...) and for each there are 6 articals. So yes, it is a set...
Rick Giles
rickgiles@...
Feb 1, 2000 10:53 am
1462
... It might overwrite in the original file, Rick, but aren't you building a new file, the news.guide? ... You should have no problem parsing this, then. -- ...
Donald Dalley
ddalley@...
Feb 1, 2000 7:45 pm
1463
Hi Rolf... ... Ahhh, I didn't realize that the ? was part of the var name :) I know that you don't have to type =1! /Lorens -- <tsb>Please have a look at my...
Lorens Johansson
SnorsleX@...
Feb 1, 2000 4:48 pm
1464
... That's just a naming convention I use. All my bool vars have a '?' in the end. Rolf --...
Rolf Max Rotvel
rolfr@...
Feb 1, 2000 9:25 pm
1465
Hi all, I've dabbled with rexx on & off for a while but I'm a bit puzzled by a bit of rexx code in YAM2.0 It is Example1.rexx - OPTIONS RESULTS ADDRESS YAM ...
Alan Stevens
alans@...
Feb 1, 2000 11:02 pm
1466
That dosn't really interest me actually. Bug me latter. Cool Enough, TTFN. -- When in doubt, change the rules. - James T. Kirk...
Rick Giles
rickgiles@...
Feb 2, 2008 6:58 pm
1467
Hi Rick, Is the news letter sent by e-mail? If so it might be faster and easier to write a script for YAM to convert it into a multipart mime e-mail. Each ...
John Allan Nelson
johnallan@...
Feb 1, 2000 10:47 pm
1468
Hi Alan, ... NUM & COUNT are parts of the 'selected' compound varible I see a mention of NUM in the YAM guide but not COUNT. I assume that the 'selected'...
John Nelson
johnallan@...
Feb 2, 2000 6:12 pm
1469
... [snip] ... I'll help - what do you need? -- Pete Wason|"LWATPLOTG"|zoon@...|hynoom@...|CUCUG|TA|PHX Get a cool electronic checking account...
Pete Wason
zoon@...
Feb 2, 2000 7:59 pm
1470
Rick Giles said, ... What *do* you want then. In your original post you said you wanted to split the file at the lines starting with *** and use those as the ...
Neil Bothwick
neil@...
Feb 2, 2000 11:19 pm
1471
Anyone want to save me some time hunting through manuals? I have to write some lines (consisting of variables) to a file, and am sending the file as ASCII to...
Steve Bowie
lightwrx@...
Feb 3, 2000 2:09 am
1472
... Umm, press the tab key, Steve? You could also assign it to a var and concat the var. line = item" "var1" "var2" "var3" "var4 -- ... The World of...
Donald Dalley
ddalley@...
Feb 3, 2000 7:19 am
1473
Steve Bowie said, ... tab = '09'x line = var1||tab||var2||tab||var3||tab||var4 Alternatively, you can insert spaces to give left or right alignment. line =...
Neil Bothwick
neil@...
Feb 3, 2000 8:41 am
1474
... That's what I was looking for, thanks Neil. ... Yeah, I thought of that, but prefer the former. Thanks again. -- Regards, Steve LIGHTWORX Graphics & Video...
Steve Bowie
lightwrx@...
Feb 3, 2000 2:20 pm
1475
... And I do that *during* the fully hands-off execution of a script how ? ;) ... Now, I could do that .... *if* I knew how to represent the tab character in ...
Steve Bowie
lightwrx@...
Feb 3, 2000 2:23 pm
1476
Steve Bowie said, ... address 'lefthand' 'press tab key' 'release tab key' This only works with rexxambidextrous.library installed :-) Neil -- Neil Bothwick -...
Neil Bothwick
neil@...
Feb 3, 2000 4:08 pm
1477
... ? ... I see Neil nailed the code. The way I do it, when I don't want to look it up in a chart, is "just press the tab key here", between quotes. tab = "...
Donald Dalley
ddalley@...
Feb 3, 2000 9:26 pm
1478
... Is this for real (I naively ask), Neil? -- ... The World of AmiBroker Support http://webhome.idirect.com/~ddalley Member: ICOA and Team AMIGA...
Donald Dalley
ddalley@...
Feb 3, 2000 9:31 pm
1479
... on ... Neil: without trying this (just curious), is this arrangement going to give visual alignment if the vars are not equal in length? I think that would...
Donald Dalley
ddalley@...
Feb 3, 2000 9:37 pm
1480
Hi Donald ... My qualified Guess: NO! /Lorens -- <tsb>Please have a look at my own Amiga programs at: <tsb>http://snorslex.amiga.tm <tsb>ICQ UIN: 12464032 ...
Lorens Johansson
SnorsleX@...
Feb 3, 2000 7:21 pm
1481
Hi Donald ... Another easy thing, just create a text file with a tab in it and hex edit it ... /Lorens -- <tsb>Please have a look at my own Amiga programs at: ...
Lorens Johansson
SnorsleX@...
Feb 3, 2000 7:20 pm
1482
Donald Dalley said, ... With a monopsaced font, yes. Unlike tabs, it will work with wildly varying variable lengths. If you have 8 space tabs and the first ...
Neil Bothwick
neil@...
Feb 3, 2000 7:48 pm
1483
... Yeah, I should have realised but I had a boring training day at work & the old grey matter had shut down (aided by a few bottles of Speckled Hen) Alan...
Alan Stevens
alans@...
Feb 3, 2000 10:45 pm
1484
Hi, Neil: ... give ... be ... Ok, I get it. If the tab was 10-space, though, they would work more alike (until they exceeded the 10-length). ... You've *still*...
Donald Dalley
ddalley@...
Feb 4, 2000 8:20 am
1485
Donald Dalley said, ... Exactly. More importantly, you don't necessarily know the user's tab settings. Just look at some of the ASCII art sigs that use tabs :(...
Neil Bothwick
neil@...
Feb 4, 2000 8:24 am
1486
Hi there. I just joined this list and want to say hello first. :) But i have also a question: VersCheck said, that there are some newer libraries available... ...