Hi I tried the <@PAD CHAR="<@char code='32'>" NUMCHARS="15" encoding=none> No luck for me But I did make a work around.
1) I assigned a whole bunch of " " to a variable names spaces 2) <@LEFT STR="<@VAR spaces SCOPE=Local encoding=none>" NUMCHARS="<@CALC EXPR=SUM(6*<@VAR spaceafter SCOPE=Local>)>" encoding=none> 3) I multiplied by 6 ofr the characters "$nbsp;" It works, thanks for your help Janet -----Original Message----- From: Robert Garcia [mailto:[EMAIL PROTECTED] Sent: Saturday, December 03, 2005 3:17 PM To: [email protected] Subject: Re: Witango-Talk: Space, for text document I think he meant, or should have meant: <@PAD CHAR="<@char code='32'>" NUMCHARS="15" encoding=none> How are you saving the html as a text file? If you build a VAR with text in it, you can output as results with a custom http header, with a text mime type. -- Robert Garcia President - BigHead Technology VP Application Development - eventpix.com 13653 West Park Dr Magalia, Ca 95954 ph: 530.645.4040 x222 fax: 530.645.4040 [EMAIL PROTECTED] - [EMAIL PROTECTED] http://bighead.net/ - http://eventpix.com/ On Dec 3, 2005, at 11:51 AM, Quicknote wrote: > Hi William > > <@PAD CHAR="32" NUMCHARS="15" encoding=none> > pads with the "3" PAD only reads the first character. > I have also tried   same problem > > The <@CRLF> is not working either when I asve the HTML as a txt file. > I will keep looking thanks Janet > > > > -----Original Message----- > From: William M Conlon [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 03, 2005 1:02 PM > To: [email protected] > Subject: Re: Witango-Talk: Space, for text document > > > Had to dig out my PDP-9 programmers reference for the ASCII code list. > > Try <@PAD CHAR="32" NUMCHARS="15" encoding=none> > > bill > On Dec 3, 2005, at 9:19 AM, Quicknote wrote: > >> >> I use this meta tag <@CRLF> to make a new line in a text doc. >> >> I need to generate a text doc from a HTML page and the spaces have >> to be >> preserved. >> >> Is there a similiar TAG? >> >> I can do this >> <@PAD CHAR="<@CRLF>" NUMCHARS="15" encoding=none> >> >> I need to do this >> <@PAD CHAR="<@space>" NUMCHARS="15" encoding=none> >> This does not work >> <@PAD CHAR=" " NUMCHARS="15" encoding=none> >> >> >> Thanks Again Janet >> >> _____________________________________________________________________ >> _ >> __ >> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > > Bill > > William M. Conlon, P.E., Ph.D. > To the Point > 345 California Avenue Suite 2 > Palo Alto, CA 94306 > vox: 650.327.2175 (direct) > fax: 650.329.8335 > mobile: 650.906.9929 > e-mail: mailto:[EMAIL PROTECTED] > web: http://www.tothept.com > > ______________________________________________________________________ > __ > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > ______________________________________________________________________ > __ > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
