** TxtIn **

TxtIn - ISPPY Wiki

# OVERVEIW

The TxtIn command allows the user to input a string and have it saved to a Variable


# SYNTAX

To use the TxtIn command, type 'txtIn(*INSERT WHAT YOU WANT THE VARIBLE TO BE NAMED HERE*, *PROMPT*)'

NOTE: If you imported using 'import Lang' then you have to do 'txtIn(*INSERT WHAT YOU WANT THE VARIBLE TO BE NAMED HERE*, *PROMPT*)'

# HOW THIS IS ACCOMPLISHED IN PYTHON

This command is made by having a "function" with 2 input parameters, one for the name of the variable it spits out, one for the prompt that it will send the user. The function saves the name and value inside of a dictonary.


Next: NewVar
Go back home