Displaying File contents in Text Area
807597Mar 8 2005 — edited Mar 8 2005Hi
i'm trying to display the contents of a sequential file which is written to from 3 text fields in a text area
so basically the text from the 3 text fields is written to the file and then the file is displayed in the text area
which all works fine but is there anyway to display only ASCII values to make the file legible? like this is the output at the moment from the details of 2 books (title,author,price)
�� sr Book�NA�� L strAuthort Ljava/lang/String;L strPriceq ~ L strTitleq ~ xpt Band of Brotherst 15t Stephen Ambrosesq ~ t
American Godst 10.99t Neil Gaiman
thanks