RE: Fixed-length String Output

Subject: RE: Fixed-length String Output
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 4 Oct 2000 18:59:43 +0100
> I was wondering is there a way to force the output of select 
> statement to take up a certain amount of space.

Another FAQ. Solution is along the lines of

substring(concat($s, '                      '), 1, 10)

Mike Kay 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread