ID:268432
 
Is it possible to define a default value for a text variable in a verb definition? In this specific case, I want to make my "Rename" verb take an argument from the command line, but if clicked or entered from the command line with no argument, would display the person's current name in the input field.
Bump?

I tried something to the effect of 'rename(T=src.name as text)', but it's becoming increasingly apparent that this is either not possible or I'm using the aforementioned syntax incorrectly.
In response to Mobius Evalon
This isn't getting many replies because this pretty much has stumped everyone who has read it. There really is no graceful way of doing this, as far as I can tell.
In response to Garthor
You could use an alert box instead. Read up Alert() (or was it alert()? Meh. Doesn't matter in the index, only in the practice.)