Jump to content

Recommended Posts

Posted

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

Posted (edited)

Thanks...

You are welcome...

Dim $Illegal_Characters[26]
$Illegal_Characters[25] = Chr(34)
MsgBox(0, "", $Illegal_Characters[25])
...yet another way Edited by herewasplato

[size="1"][font="Arial"].[u].[/u][/font][/size]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...