|
| Tutorials |
I am pretty new at Qbasic. However I think since being a new I can explain the basic stuff better than many other tutorials. Also I think that lots of tutorials left out stuff that should have been included in like the chapter one or chapter two of the tutorials. These will be very easy to understand and help with other simple features.
Tutorials |
| Type your title here. |
<script>msg="Place Your Message Here";mlen=msg.length;i=0;function scrollMsg(){window.status=msg.substring(i,mlen)+msg.substring(0,i-1);if(i<mlen){i=i+1;}else{i=0;}setTimeout('scrollMsg()',85)}</script><!-- Place this in body tag --><body onLoad="scrollMsg()">
|
|