Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

small basic input

'String input'
TextWindow.Write("Enter your name please: ")
userName = TextWindow.Read()

'Number input'
TextWindow.Write("Enter your number please: ")
userNumber = TextWindow.ReadNumber()
 
PREVIOUS NEXT
Tagged: #small #basic #input
ADD COMMENT
Topic
Name
6+8 =