Search Result
Collapse
6 results in 0.0025 seconds.
Keywords
Members
Tags
-
How to display ASCII characters on C++
More specifically, in the input code, how can you display all of the displayable ASCII characters with codes in the range 32 to 255 and also include display 16 ASCII characters per line, which will display in the program output? -
Special Characters
can you guys get me all the special characters?
even the chinese? -
Results with 100 characters or less
Hi
I am writing aSQL query in Access. I want to return results in a text field which are 100 characters long or less.
Thanks -
255 Character Limit
Hi,
Happy new year to all(:
I have a Microsoft Access Database which stores comments. Comments are 'Memo' typed. Thus they can be very very long. However i need to export the comments into excel monthly but the 255 character limit refrains me from exporting the entire comments stores in the Access database.
I have tried to find solutions for this as it is a common problem, but to no avail.
... -
Checking for illegal characters in a textbox (eg. <,>,!,@,#,$,%,^,&,*,(,) )
I have a textbox named "txtName" and a button (btnSave) on a webform.
After I have typed the illegal characters into the textbox and click "Save", I would like the webform to check for those characters and display a message, "Illegal Characters not allowed". How do I achieve that in JavaScript?
Sorry if it seems too simple as I am kinda weak in programming.
Thanks. -
I can't get rid of wierd characters in my RSS feed
Hi,
I've created a utf8 encoded RSS feed which presents news data drawn from a database. I've set all aspects of my database to utf8 and also saved the text which i have put into the database as utf8 by pasting it into notepad and saving as utf8. So everything should be encoded in utf8 when the RSS feed is presented to the browser, however I am still getting the wierd question mark characters for pound signs :(
Here is...