Charles Dye
Super Moderator
- May
- 5,085
- 133
Staff member
INPUT trims any leading spaces from the specified prompt string if any switch is present. If no switch is used, leading spaces are preserved. So, for example,
displays the prompt indented six spaces, but
does not indent the prompt.
Code:
input ` Prompt: ` %%var
Code:
input /e ` Prompt: ` %%var