Jump to content

Strings, Quotes And Stuff


Recommended Posts

Hi Guys, sorry for this stupid question...

If I do this:

$string=("AB@CD=,123")
msgbox (0,"",$string)

It will result-->AB@CD=,123

But what 2 do if I want to result AB@CD=,"123","456",7 ?

I have found that there is a way using "&"

e.g.

$string=("AB@CD=,""" & "123" & """," & """" & "456" & """," & 7)
msgbox (0,"",$string)

Is there an other way? Can't I do:

$string=(AB@CD=,"123","456",7)
msgbox (0,"",$string)

Thanks-

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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