White diamond with a question mark in the middle

anaylor01

Well-Known Member
Licensed User
Longtime User
I have a label that is loaded with text from a csv file. Every once in a while there are white diamonds with questions marks in the middle(see attached screen shot) that show up. I looked at the raw data and cannot see why this is happening.
 

Attachments

  • WhiteDiamond Bug.jpg
    WhiteDiamond Bug.jpg
    19.5 KB · Views: 264

anaylor01

Well-Known Member
Licensed User
Longtime User
Here is a data line.
80|Which*professional*sport*awards the Lady Byng Memorial Trophy each year for the Most Gentlemanly Player?|NHL|NFL|PGA|NBA|Sport|3

Here is the code:
question = SQL1.ExecQuerySingleResult2("SELECT question FROM trivia where ID = ? and category = ?",Array As String(NewNumber,category))

lblQuestion.Text = question
 
Upvote 0

anaylor01

Well-Known Member
Licensed User
Longtime User
When I paste that data in other text related stuff the asterisks don't show up. It doesn't show up when I paste it only after it has been posted.
80|Which*professional*sport*awards the Lady Byng Memorial Trophy each year for the Most Gentlemanly Player?|NHL|NFL|PGA|NBA|Sport|3
 
Upvote 0

anaylor01

Well-Known Member
Licensed User
Longtime User
I used Sqlite expert professional to import the text file and everything looks fine. How do I view the database created with B4A?
 
Upvote 0

anaylor01

Well-Known Member
Licensed User
Longtime User
Attached is a txt file with a line that has 5 white diamond question marks. I can't find anything that shows it except here and in B4A.
203|Which*street in London*takes its name from the*ornamental collars once*made by the* 17th century tailor Robert Baker?|Piccadilly|Pall Mall|Threadneedle|Carnaby|Geography|3
 

Attachments

  • White Diamond.txt
    177 bytes · Views: 275
Upvote 0
Top