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:
Public [ERROR] As String
The C# version would be:
public string @ERROR;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With