Home for the Programmer, Webmaster and Bloggers

14 November 2018

RULES GUIDING AN ACCEPTABLE VARIABLE NAME IN QBASIC


Image result for visual basic

RULES GUIDING AN ACCEPTABLE VARIABLE NAME IN QBASIC


-         It must not contain symbols excluding hyphen


-         It must start with alphabet (A – Z)


-         It must not be more  than 32 characters


-         It can be alphanumeric


-         It must not contain resevered words


These are the most important rules you should follow when coding QBasic.


Examples of Variable Name


First_Name
                        <a
href="https://nnu.ng/nip/?a=gurudeen" target="_blank"><img
src="https://nnu.ng/sitefiles/ads/1532112859.jpg" /></a>
                    


Name1


Num

No comments:

Post a Comment