ti nspire default request text
first save the variable your request will be storing to, as the default
value.
:"John Doe"->name
then when you request it will show up as the default text
:RequestStr "Enter Your Name: ", name
Enter Your Name: John Doe
| Ok | | Cancel |