Hey guys, I'm using SynEdit and the PascalScript engine in one of my Delphi 7 projects. It seems to work well but I have a few questions I thought someone here would know the answers to. I was looking for a list of all the functions and constants available to PascalScript and the best resource I could find was this page:

http://www.be-precision.com/products...s/PSSyntax.htm

Most of the functions work as they should but some aren't working and I can't figure out why. Functions like GetCurrentDir and ShowMessage should work in PascalScript but if you fire up the example IDE project and do something like ShowMessage('blah'); it will say the function doesn't exist.

Now I am fairly sure ShowMessage is a part of PascalScript, and it should work. InputBox doesn't even work. It seems to be the types of functions that interact with the system. I'm sure there must be a way to utilize those functions. Any help would be great.

Thanks.