Tuesday, July 27, 2021

Symbol for comment in statement in Foxpro

Comment in foxpro is * or Note if user don't want to interpret the statement than either this two symbol is used.

यदि हमें अपने फॉक्सप्रो प्रोग्राम मे कोई कमेंट देना हो तो उसके लिये * या Note लिखते है जैसे 

*Write a program for Leap Year

Note Write a Program for Leap Year 

इस तरह से लाइन इन्टरप्रेट नहीं करता है। .. और प्रोग्राम में कोई एरर नहीं दिखाता है  

No comments:

Post a Comment

Visual Basic .Net Programming

 Program 1 Sum of Two Numbers Form Design for Sum of Two Numbers Coding for OK Button Dim a, b, c as integer a=textbox1.text b=textbox2.text...