Core Function InputC

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

Revision as of 11:44, 29 November 2011

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