home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 8 / bbd08new.zip / VARIABLE.HLP < prev    next >
Text File  |  1986-02-10  |  833b  |  27 lines

  1.                             Local and Global Variables
  2.  
  3.  
  4.    Local - Local variables are defined and changed from the Enter line.
  5.            Example: INTEREST=.085*36
  6.            Up to 50 local variables allowed per work sheet.
  7.  
  8.   Global - Global variables are defined and changed by using the F8 key.
  9.            Use V)iew to show formulas and comments from the Enter line.
  10.            Up to 100 global variables allowed per global file.
  11.  
  12.  
  13.            Three ways to Load Global Variable Files into Memory
  14.  
  15.        1 - Use the F8 key.
  16.  
  17.        2 - From the Enter line type  LOAD_file-name.
  18.  
  19.        3 - From within a local or global variable include  LOAD_file-name 
  20.            in the formula.  Example: /10+LOAD_METRIC+100*KM\MILE.
  21.  
  22.  
  23.                                                                            
  24.  
  25.  
  26.  
  27.