-----Original Message-----
From: Philip Arnold [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 11, 2004 3:18 PM
To: CF-Talk
Subject: RE: String Help
> From: Kristopher Pilles
>
> Have many strings... vary in size.... I want them all to
> disaply from character 1 to chracter 70. If tehre is less
> tehn 70 then nothing happens, if there is more then 70 then
> trim all text remaining to the right...
Left(String,70)
If there's less than 70, it will leave the whole string,
otherwise it'll
just return the left hand 70 characters
________________________________
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

