sondo2121 Posted June 29, 2006 Posted June 29, 2006 I was wondering what the special character would be to make this work: $Illegal_Characters[25] = """ I have an array of illegal characters for my script and was wondering how you could use the " in an array. -Thanks in advance
herewasplato Posted June 29, 2006 Posted June 29, 2006 $Illegal_Characters[25] = '"' [size="1"][font="Arial"].[u].[/u][/font][/size]
sondo2121 Posted June 29, 2006 Author Posted June 29, 2006 $Illegal_Characters[25] = '"' Thanks. i also did this and it works too: $Illegal_Characters[25] = """"
herewasplato Posted June 29, 2006 Posted June 29, 2006 (edited) Thanks...You are welcome... Dim $Illegal_Characters[26] $Illegal_Characters[25] = Chr(34) MsgBox(0, "", $Illegal_Characters[25])...yet another way Edited June 29, 2006 by herewasplato [size="1"][font="Arial"].[u].[/u][/font][/size]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now