-=|GO7|=- Posted May 2, 2005 Posted May 2, 2005 Hello ! I"m having a problem with the choices available in a combobox. As you know the choices have to be separated by a pipe character ( | ) but the problem isq that one of my choices has a pipe char itself ! So the question is simple : is there an escape character for the pipe char like \| ? Thanks
jpm Posted May 2, 2005 Posted May 2, 2005 Hello !I"m having a problem with the choices available in a combobox. As you know the choices have to be separated by a pipe character ( | ) but the problem isq that one of my choices has a pipe char itself ! So the question is simple : is there an escape character for the pipe char like \| ?Thanks<{POST_SNAPBACK}>No.I don't see why you need to have a | in an element of a combobox but why not.I think I will add an option to define the separator character.Something like Opt("SeparatocChar", "!")
-=|GO7|=- Posted May 2, 2005 Author Posted May 2, 2005 No.I don't see why you need to have a | in an element of a combobox but why not.I think I will add an option to define the separator character.Something like Opt("SeparatocChar", "!") <{POST_SNAPBACK}>I need it because I have a combo box where the user can choose a separator for the csv file he wishes to import ! And of course in that list I have the following choices : ;,|<tab><space>
SlimShady Posted May 2, 2005 Posted May 2, 2005 No.I don't see why you need to have a | in an element of a combobox but why not.I think I will add an option to define the separator character.Something like Opt("SeparatocChar", "!") <{POST_SNAPBACK}>Please do. It's necessary.
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