Hi. I'm trying to build a simple string in VFP, and I'm receiving the error "Operator/Operand type mismatch". Here's what I'm doing...
It's seems pretty simple, but I can't figure out what I'm doing wrong 
Thanks.
Code:
MSG = "Note: This item is deleted as of " + DATETIME() + "."
Thanks.