Mesmeric - 2014-11-07

SourceCookifier doesn't properly identify functions that are defined in this sort of form:-

Function RSSet&(iFlags&)

which is the equivalent to
Function RSSet(iFlags As Long) As Long
Likewise ! # $ % are all used for types.

It shows the function in the list as RSSet& rather than RSSet, and so the very important ability to jump to it automatically from code elsewhere doesn't work.

Hopefully this would be an easy update...

Thank you, and with regards from Edinburgh,

David