John Ferrell wrote: > I own & use mikroelektronica Pascal. I like it. The support is great. The > marketing plan is great: no charge for up grades. Nice IDE. Hardware > available that allows really quick compile - test cycles. Unfortunately, it > is (like all other embedded compilers) a limited subset of the "real" > Pascal. It lacks the following: > With statements > Variant Records > A DEFINE compiler directive like c FWIW, the C #define is /not/ a compiler directive, it is a preprocessor directive. If Mikroelectronica's IDE allows you to configure a command to be run on the file before compiling, then you can bind in a 3rd party preprocessor to give you this. If it doesn't but has a command line for the compiler, you can use a 3rd party editor or IDE and do it there. Gerhard -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist