Copying declares does not work anymore...

Has anybody seen this too? If you copy a declare which has been added as External Method in the IDE and you copy it to paste into the source code editor, the “Declare” and the “Lib” part is missing. You get:

Private Function atoi (str As CString) as Int32

instead of:

Private Declare Function atoi Lib "stdlib" (str As CString) as Int32

File a bug report & get it fixed.

shouldn’t that be “libc” for the library?

Sorry for that. stdlib is a constant.