Nope.
Just use the LEFT function -- left(xxxx, 30)
Regards,
Bret Hern
Quote:
-----Original Message-----
Hello,
I wonder if there is the alternative for below statment from VB
Dim xxxx AS String * 30 (it shows only first 30 letters of string)
in VBscript
Tnx
.