said:
>Yes. When I got the "forms mismatch" error I then manually changed the
>printer to tabloid thru its 'on-the-printer' buttons (got a saved
>indication) and tried again. No joy. Same error notice.
>Yes. Same result. FYI: MrEd editor and Clearlook.
That pretty much implies it's a driver defect. I presume you've done the
front panel thing to tell the C20 that you have 11x17 loaded.
>I want all of the string data but only some of the number data. In some
>cases normally filled cells are not filled with number data which upsets
>my count of right angle brackets ( > ) which I use to excise garbage.
>FWIW, I actually don't count. I use a REXX parse template such as:
> parse var RawDataLine . '>' . '>' . '>' CallSymbol '<' , /*
>call option symbol */
FWIW, this kind of logic with html is rather prone to failure.
>is to forego looking for some esoteric stable pattern and use the one
>that must always be there - the
... | pairs. If I break the long
Better yet, just parse the tags. The key is let the parser drive the line
reads, not the other way around. Makes life much easier.
In general is easier to write a parser as:
do forever
tokey = getToken()
evaluate token
if terminal
leave
end
quit
getToken:
while getting
if out of input
read line
if EOF
return token
if got token
return token
end
>Thanks for asking the question, Steven. You have helped clarify/simplify
>my thinking.
Glad I could help. :-)
>But I still want to figure out how to print tabloid documents on my C20.
I'll look at the driver, if I get a chance. Got a link?
Steven
--
---------------------------------------------------------------------
"Steven Levine" MR2/ICE 2.31a #10183 Warp4/FP15/14.085_W4
www.scoug.com irc.webbnet.org #scoug (Wed 7pm PST)
---------------------------------------------------------------------
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
Return to [ 09 |
July |
2002 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.