SheerPower® 4GL -- Beyond BASIC --

Sample Menu Program

FREE!! Download SheerPower 4GL NOW! Documentation SheerPower 4GL Technical Support Options FAQ
Discussion Forum Voice Tours and Tutorials Sample Programs Contact Us
Sample Progams Overview

Writing and Running the Sample Programs

Menu Program

A Simple Quiz

Headline News Reader

Expression Evaluator


SheerPower 4GL Home

Menu Program

This program makes a floating menu for your desktop. Notice how simple it is to write very "sexy" looking programs with SheerPower 4GL.


  do
    line input menu '"calculator" = calc,"DOS prompt" = dos,"exit"': ans$ 
    if  _exit  then  exit do
    select case ans$ 
    case 'CALC' 
      pass 'calc' 
    case 'DOS' 
      pass '$$' 
    end select
  loop
  end


Questions, comments and suggestions are welcome!



Copyright (c) 2003-2012 Touch Technologies, Inc. All rights reserved.
Parts of the SheerPower technology are U.S. patented and patent pending.