Thread: READ_INI macro
View Single Post
  #1  
Old 07-12-2005, 05:31 AM
Andrew Andrew is online now
Registered User
 
Join Date: 12-01-2004
Posts: 19
READ_INI macro

I'm using the read_ini macro to retrieve a value from an INI file. The value in the INI file can contain special characters. As long as the value does not start with a special character everything is retrieved just fine.

If the value starts with one or more special characters, like asci 30 or 33 or 22, ... then they will not be read until a readable character is encountered.
Reply With Quote