Login Page - Create Account

Support Board


Date/Time: Mon, 25 Nov 2024 14:32:01 +0000



Post From: is it ok to put a semicolon ';' behind the SCDLLName statement?

[2024-02-29 17:21:25]
User43 - Posts: 101
The example studies and documentation don't show a ; behind the SCDLLName statement.
SCDLLName("My DLL Name")
instead of
SCDLLName("My DLL Name");

In my editor seems to expect a semicolon though.
Without it the missing ; causes the editor to think that the prior statement is not closed.

Question: is it OK to put a ; behind the SCDLLName() row?