PC Review


Reply
Thread Tools Rate Thread

Chr() function

 
 
=?Utf-8?B?dGFt?=
Guest
Posts: n/a
 
      26th May 2004
does anyone know where is there a list of all characters available to Chr() function and their corresponding numbers: ',",(space),(return), etc..

thank you.
 
Reply With Quote
 
 
 
 
Lynn Trapp
Guest
Posts: n/a
 
      26th May 2004
This function will return the information for you.

Function GetAscii()
Dim MyAscii As String
For x = 0 To 255
MyAscii = Chr(x)
Debug.Print MyAscii
Next x

End Function

--
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm


"tam" <(E-Mail Removed)> wrote in message
news:83836D71-11F0-4F28-AD26-(E-Mail Removed)...
> does anyone know where is there a list of all characters available to

Chr() function and their corresponding numbers: ',",(space),(return), etc...
>
> thank you.



 
Reply With Quote
 
Brian Kastel
Guest
Posts: n/a
 
      26th May 2004
The codes are ASCII. See them all at http://www.asciitable.com/

--

Brian Kastel


--Original Message----------------

"tam" <(E-Mail Removed)> wrote in message
news:83836D71-11F0-4F28-AD26-(E-Mail Removed)...
does anyone know where is there a list of all characters available to Chr()
function and their corresponding numbers: ',",(space),(return), etc...

thank you.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
User Function Question: Collect Condition in Dialog Box - But How toInsert into Function Equation? SteveM Microsoft Excel Programming 1 3rd Jan 2008 03:45 PM
I have a CLR function thet returns IEnumberable (a table) and it has a FillRow function. I am returning 10,000 integers from this function. Is there any way that I can preallocate the resulting table or give SQL server hint as to how many rows my fun DR Microsoft Dot NET Framework 1 22nd Nov 2007 11:36 AM
I have a CLR function thet returns IEnumberable (a table) and it has a FillRow function. I am returning 10,000 integers from this function. Is there any way that I can preallocate the resulting table or give SQL server hint as to how many rows my fun DR Microsoft ADO .NET 3 22nd Nov 2007 09:17 AM
I have a CLR function thet returns IEnumberable (a table) and it has a FillRow function. I am returning 10,000 integers from this function. Is there any way that I can preallocate the resulting table or give SQL server hint as to how many rows my fun DR Microsoft VB .NET 0 20th Nov 2007 04:24 AM
I have a CLR function thet returns IEnumberable (a table) and it has a FillRow function. I am returning 10,000 integers from this function. Is there any way that I can preallocate the resulting table or give SQL server hint as to how many rows my fun DR Microsoft Dot NET 0 20th Nov 2007 04:24 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:51 PM.