Dim xxxx AS String * 30 
Author Message
 Dim xxxx AS String * 30

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



Mon, 05 May 2003 03:00:00 GMT  
 Dim xxxx AS String * 30
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

.



Mon, 05 May 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Newbie Question: Dim A() as String /Dim A as String()

2. SQL Server (ADO) Can't Insert Strings Longer Then 30 characters

3. dim string to dim form

4. Adobe Font Downloader 3.30.1

5. AN: PostScript fractal fern uses 30,000:1 image compression

6. ONE included file in 30 different domains ...

7. Exchange Mailbox not accessed for 30 days

8. VBS to delete files in a directory older than 30 days

9. RIP 30 TCP/IP setup

10. Seattle Document Systems Conference Aug 28-30, 1995

11. download problem bei ie 30

12. 30+ Pages/Sec PS Printing ??

 

 
Powered by phpBB® Forum Software