Hi all... I'm new with vfp. I'ved worked with vb and java but I'm pretty lost when it comes to this language.
Anywho, my question is this. How do you assign variable to a label class or a text class?? I'ved tried using txt1 = ln1, but that doesn't work (data type mismatch.)
Another quick question, when you declare a variable (Local this_is_my_variable), how does it know if it's a string or a integer or whatever. In vb, it would be like dim strname as string. but how is it defined in vfp?
Sorry these are stupid questions, but I'm a beginner at this.
Anywho, my question is this. How do you assign variable to a label class or a text class?? I'ved tried using txt1 = ln1, but that doesn't work (data type mismatch.)
Another quick question, when you declare a variable (Local this_is_my_variable), how does it know if it's a string or a integer or whatever. In vb, it would be like dim strname as string. but how is it defined in vfp?
Sorry these are stupid questions, but I'm a beginner at this.