sysPrompt

C Styled Script
Reference Manual

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using The CSS Executive
Language
Directives
System Library
   sysCommand
   sysDate
   sysDirectory
   sysElapsed
   sysEnvVar
   sysLoadScript
   sysLoadLibrary
   sysLog
   sysLogFile
   sysLogLevel
   sysProfile
   sysPrompt
   sysSleep
   sysShow
   sysStartDate
   sysStartTime
   sysSystemProfile
   sysTime
   sysTrace
   sysUserProfile
String Library
Regular Expression Lib.
File Library
Database Library
C API
C++ API
CSS Links
  
sysPrompt(
  [message,   // message to display as prompt
   raw])      // raw logging mode if true

Displays a prompt and waits for user input. Prompt and entered information are saved to the logfile if one is open.

Returns the user input.

Example:

var x = sysPrompt('please enter your name: ');
sysLog('welcome '+x);
 Copyright © IBK LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>