Unknown Pragma Name

From Xojo Documentation

Error message

You passed a name to the #Pragma keyword that is not a valid pragma. You can only use the pragma directives that are part of the language.

Sample Code

The following string is not valid.

#Pragma myGreatPragma

See Also

#Pragma keyword.