Hello we are trying to sort one of our strings out for an error message :
Public ERROR As String
but we keep hitting the message Keyword is not valid as an identifier – Is there anyway around this error as the name cannot be changed from ERROR for the string
Thanks
You can use:
The C# version would be: