Aug 27, 2003 #1 srishan MIS Oct 29, 2002 55 US 7.37²-20.00²-3.00 0²6²1 The data is delimited by the superscript 2 character as shown above. Anybody knows the ASCII value of this? I need to Instring the ASCII value to separate the fields. Thanks, srishan
7.37²-20.00²-3.00 0²6²1 The data is delimited by the superscript 2 character as shown above. Anybody knows the ASCII value of this? I need to Instring the ASCII value to separate the fields. Thanks, srishan
Aug 27, 2003 #2 carp MIS Sep 16, 1999 2,622 US If the data is already in a table, you can SELECT dump(the_column) FROM my_table; to find the character value. Upvote 0 Downvote
If the data is already in a table, you can SELECT dump(the_column) FROM my_table; to find the character value.
Aug 27, 2003 Thread starter #3 srishan MIS Oct 29, 2002 55 US Nevermind, I got it. ASCCI() function gives the ASCII value, FYI. srishan Upvote 0 Downvote