Where to find list of Predefined Constants?
Posted: Fri Jan 21, 2011 4:58 pm
				
				Hi
I know that all the Purebasic constants are shown in the help file however it appears to me that there are other predefined constants not shown. For example the following code in my project generates an error saying that constant #STX has already been declared with a different value however the declaration is not in my code. So how do I find where #STX has been defined previously?
Thanks,
Simon
			I know that all the Purebasic constants are shown in the help file however it appears to me that there are other predefined constants not shown. For example the following code in my project generates an error saying that constant #STX has already been declared with a different value however the declaration is not in my code. So how do I find where #STX has been defined previously?
Code: Select all
#STX =                Chr($2)
Simon
 
  
 