ebco
03-29-2006, 06:51 AM
what is the value of
ANSI character code
chr(1)
chr(12)
ANSI character code
chr(1)
chr(12)
|
||||
ANSI character codeebco 03-29-2006, 06:51 AM what is the value of ANSI character code chr(1) chr(12) ebco 03-29-2006, 12:30 PM what is the value of ANSI character code chr(1) chr(12) can enyone give me the exact replacement replace(replace(Trim(varname),chr(1),""),chr(12),"") degsy 03-29-2006, 04:15 PM 1 & 12 are not proper values. If you are after ASCII codes then look here http://www.w3schools.com/tags/ref_ascii.asp http://www.w3schools.com/tags/ref_entities.asp e.g. A = Chr(65) |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum