Blue Prism command line entries always in lowercase, need caps

lapa

New Member
Hi all,

I am automating entries into command line. In these commands I must specify my system name. These names utilize letters and numbers, and the letters must be in uppercase. I need to enter the system name as one data item for automation's sake.

My current method of entry forces me to break up the string with shifts so the letters are uppercase, and the number does not get entered as a symbol. I have tried using the Upper([variable name]), with no luck.

Does anyone have any ideas as to how I can do this?

Thanks,
Luke
 
Top