ADSM-L

Re: NEED HELP CONTROLLING SCRIPT OUTPUT, FIELD LENGTHS

2002-04-02 09:54:07
Subject: Re: NEED HELP CONTROLLING SCRIPT OUTPUT, FIELD LENGTHS
From: "Prather, Wanda" <Wanda.Prather AT JHUAPL DOT EDU>
Date: Tue, 2 Apr 2002 09:54:01 -0500
To control the length of character fields you can use:

CHAR(expression,n)
LEFT(exppression,n)
RIGHT(expression,n)
where n is the length of the string you want returned