Jump to content

Quotation mark delimiters.


 Share

Recommended Posts

Searched about for ages with various terms and for sample code.. and I've given up =D

What I'm trying to do is use a quotation mark as a delimiter. I fiddled about looking for a way to input the ascii equivalent but no success yet. Seems most people just used an alternative character for their delimiters. There must be a way around it apart from using an alternative character?

Sample data is as follows:

1234567,"Joe Bloggs"

8910111,"John Doe"

Thanks in advance.

Link to comment
Share on other sites

  • Moderators

Searched about for ages with various terms and for sample code.. and I've given up =D

What I'm trying to do is use a quotation mark as a delimiter. I fiddled about looking for a way to input the ascii equivalent but no success yet. Seems most people just used an alternative character for their delimiters. There must be a way around it apart from using an alternative character?

Sample data is as follows:

1234567,"Joe Bloggs"

8910111,"John Doe"

Thanks in advance.

You never mentioned what you wanted to do with the delimeter? :lmao:

$DoubleQuote = '"'
MsgBox(64, 'Double Quote', $DoubleQuote)
Edited by SmOke_N

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

You never mentioned what you wanted to do with the delimeter? :lmao:

Oops. I wanted to strip the quotation marks from the names so perhaps StringSplitting isn't the right move to make on it in second thoughts.

Ah you people use single quotes. Just got into the habit of using double quotation marks. I'll give it a shot tomorrow when I get back to work.

Thx for the help ppls.

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...