"{0}" cannot be a return type of a function marked as entrypoint (AJTERR10023)
Product(s) | Karo.NET Compiler |
---|
Description
A function marked as entrypoint can only return one of the following types:
sl.types::void
#entrypoint; ||: string { } // ^^^^^^ This is not a supported return type.
How can I resolve this error?
Specify a correct return type.