Core Function InputC

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> InputC( <expression> ) </pre> === Description === Capture a char typed to console window. === Parameters === ==== expression ==== Optional; A message to display to use...")
 
m (1 revision)

Revision as of 21:40, 11 August 2014

InputC( <expression> )

Contents

Description

Capture a char typed to console window.

Parameters

expression

Optional; A message to display to user.

Return Value

None

Remarks

None.

Example

$c = InputC("Press any key...");
println("You typed $c");
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox