History Of Computer

Thursday, October 17

MID$ function

›
The MID$ function returns a string of m characters from x$ string, beginning with the n th character. Syntax LN MID$ (x$,n,m) Wher...
Saturday, October 12

Right$ function

›
The RIGHT$ function returns the rightmost n characters of string x$. Syntax LN RIGHT (x$, n) Where , LN    :   Line Number x$   ...
Monday, September 30

String Functions(String handling commands

›
String functions or string handling commands allows us to examine and modify tring and convert tring to numeric values. The string func...
1 comment:
Wednesday, August 28

Functions and Subroutines

›
A function is an operation which produces a single result on some data and can be used as part of an expression. BASIC provides  a large n...
Friday, August 9

WHILE-WEND statement

›
The WHILE-WEND statement executes a series of statements in a loop as long as given condition is true. Syntax LN WHILE expression . ...
›
Home
View web version
Powered by Blogger.