Memory Variables

Memory Variables

memory variable is also know as a public variable.

Method of creating memory variable:-
we can create memory variable by following three method.

(1) store:-
  • syntax:-        Store <expR>to<variablename>
  • Example:-    Store 0 to m1,m2
                     Store {24/01/08} to tdate

(2)Space :-
  • Syntax:-     <variablename>=space(<expN>
  • Example:-    name=space(15)


(3) =
  • Syntax:-     <variablename>=<expR>
  • Example:-    name="Rushabh"
                             Ch=t (For logical value storage)