Core Function Input

From Sputnik Wiki
Jump to: navigation, search
Input( <prompt> )

Contents

Description

Capture a string typed to console window.

Parameters

prompt

Optional; A message to display to user.

Return Value

The text the user typed.

Remarks

None.

Example

$c = Input("What is your name? ");
println("Your name is $c");
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox