Space1
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 32 articles for 0.304 sec
William Ahern <william@wilbur.25thandClement.com> wrote: # SM Ryan <wyrmwif@tango-sierra-oscar-foxtrot-tango.fake.org> wrote: # > Is there a library/whatever available on Unices to do # > Unicode character decomposition normalisation? # # http://icu-project.org/ # # iconv, a library for characterset conversion likely already installed on # your system, may be capable of this. I'm unsure.     

Group: comp.unix.programmer · Group Profile · Search for Space1 in comp.unix.programmer
Author: SM Ryan
Date: Nov 28, 2007 13:34

This is another Haskell style question. I had some trouble with the pretty printer that comes with GHC, so I translated one written in Standard ML. I have already translated the program into C, so rewriting it in Haskell was quick and easy for me. The Standard ML version uses a reference cell to keep track of the space available on a line. I threaded the value of the reference cell through
Show full article (3.88Kb) · Show article thread
I may not have explained my first post very well. The intention is to split the data at the first number of the street address. After the Find and Replace procedure your data should look like this. John & Mary~123 Main St Chicago Bill & Cindy~45~54th Drive Madison Bob & Carol & Ted & Alice~623 River St Chicago B.J~3/89~26th St Toronto After splitting at the tilde     

Group: fa.haskell · Group Profile · Search for Space1 in fa.haskell
Author: John D. Ramsdell
Date: Nov 15, 2007 18:19

I just realised that you may end up with two tilde's in some circumstances which precludes using Text to Columns after the Find and Replace, but doesn't stop you using FIND as it will work on the first tilde only, if you use it like this. This will return everything to the left of the tilde =LEFT(B1,FIND("~",B1)-1) Either of these will return everything to the right of the tilde =MID(B1
Show full article (5.19Kb)
Hi Tom, This may help you get some of the way. Do Data>Text to Columns using comma as the delimeter. Then on your second column do an Edit>Replace for each digit. Find what:- space1 Replace with:- ~1 Then repeat with Find what:- space2 Replace with:- ~2 etc ........... ........... Down to Find what:- space9 Replace with:- ~9 You can then do a further     

Group: microsoft.public.excel · Group Profile · Search for Space1 in microsoft.public.excel
Author: MartinW
Date: Oct 5, 2007 19:10

Yeah, it's essentially a multi-line %%LET statement. har har -----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of toby dunn Sent: Wednesday, August 22, 2007 11:58 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: nested macros and leading spaces A macro with no parameters is pretty much useless as teats on a bull. Toby Dunn Two wrongs are
Show full article (2.62Kb) · Show article thread
A macro with no parameters is pretty much useless as teats on a bull. Toby Dunn Two wrongs are only the beginning. Success always occurs in private and failure in full view. Experience is something you don't get until just after you need it. From: "Terjeson, Mark" <Mterjeson@RUSSELL.COM> Reply-To: "Terjeson, Mark" <Mterjeson@RUSSELL.COM> To: SAS-L@LISTSERV.UGA.EDU Subject     

Group: microsoft.public.excel · Group Profile · Search for Space1 in microsoft.public.excel
Author: MartinW
Date: Oct 5, 2007 17:38

Hi Chang, You have some good input here, but you may want to becareful encouraging yourself that putting parens on, in all cases, is safe. With the following examples, please take careful note that having empty parents on the %%MACRO statement or not are basically a wash. They generate a macro with no args. Where you may have applications that are producing incorrect and possibly undesirable
Show full article (2.30Kb) · Show article thread
On Wed, 22 Aug 2007 11:38:15 -0400, Joey Morris <rjmorris12@YAHOO.COM> wrote: >%%macro nothing1; >%%mend; > >* The first line of spaces1 contains 4 blanks. ; >%%macro spaces1; > > 111 >%%mend; > >%%macro spaces2; > %%nothing1 > 222 >%%mend; > >%%put [%%spaces1]; >%%put [%%spaces2]; > >--- Log --- > >[111] >[ 222] ... Hi, I don't know the exact rules keeping/removing     

Group: microsoft.public.excel · Group Profile · Search for Space1 in microsoft.public.excel
Author: MartinW
Date: Oct 5, 2007 16:08

On Tuesday, July 10, 2007 at 10:51 AM Lizette Koehler wrote: I have been trying to get PROC REPORT to break on my first column and summarize the information. So far, the correct coding technique is eluding me. The columns that you want summarized need to be ANALYSIS variables rather than GROUP variables. Also, you can eliminate the sorting and summarizing steps as PROC REPORT
Show full article (1.65Kb) · Show article thread
    

Group: comp.softsys.sas · Group Profile · Search for Space1 in comp.softsys.sas
Author: "Terjeson, Mark"
Date: Aug 22, 2007 12:01

Show full article (5.17Kb)
    

Group: comp.softsys.sas · Group Profile · Search for Space1 in comp.softsys.sas
Author: toby dunn
Date: Aug 22, 2007 11:58

Show full article (4.88Kb)
    

Group: comp.softsys.sas · Group Profile · Search for Space1 in comp.softsys.sas
Author: "Terjeson, Mark"
Date: Aug 22, 2007 11:36

Show full article (4.19Kb)
    

Group: comp.softsys.sas · Group Profile · Search for Space1 in comp.softsys.sas
Author: Chang Chung
Date: Aug 22, 2007 11:02

Show full article (1.80Kb)
    

Group: comp.softsys.sas · Group Profile · Search for Space1 in comp.softsys.sas
Author: "Jeff J. Voeller"
Date: Jul 10, 2007 11:32

Show full article (1.53Kb)
1 · 2 · 3 · 4 · next