Custom Search

Thursday, January 24, 2013

how to concatenate string with double quotes without using “&” or “+” and double quotes in vbscripting

Dim str(2)
str(1)="Vbscripting"

 str(0)=Chr(34)
  str(2)=Chr(34)

msgbox join(str,"")

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.