Good day everyone.
I have:
AndCode:Debug.DebugTextBox.Text = ("Current Guest: " + e.Params("user"))
Error BC30038 Option Strict On prohibits operands of type Object for operator '+'.Code:Debug.DebugTextBox.Text = (("Guest Error: (" + e.Params("errorCode") & "): ") + e.Params("errorMessage"))
Also, I'm trying to write the logged in user to another form (debug.debugtextbox.text), but I want to put it in new lines. As of now, for each output, it just erases what's currently in the textbox and then updates with the new log. Something like Environtment.NewLine(), but that doesn't seem to work for a separate form.




Reply With Quote