I read on
here that crystal supports basic syntax, so I decided to try it out with the example it gives
Dim Var As String
Var = "This is a string"
But then crystal tells me "the special variable 'Formula' must be assigned within the formula"
Did I do something wrong? Or forget to do something?
I set the syntax to basic, figuring that would be enough.
Edited by Keikoku - 03 Dec 2010 at 3:30am