cancel
Showing results for 
Search instead for 
Did you mean: 

How to Send ASCII key codes to blue prism

Hi All, Can any one know how to send ASCII key words to the Blue prism.  so that i can send specific key to by BP. key value is ASC 064   many thanks .. Naveen
3 REPLIES 3

MichalSzumski
Level 6
Hi Naveen,   I don't know if I understand Your query correctly but there is function Chr() in BP which works the same way as Char() in excel. It converts ascii number to actual character.   Best regards Michal

KanaIkeda
Staff
Staff
Hi,    A code stage with this statement below will convert ASCII codes to characters: Character = Microsoft.VisualBasic.Chr(ASCII).ToString()   Kana

RicardoCabrera
Level 3
if you want to send atl+064 to BP you can use global send keys and do ""{ALT}"" {ALT} - release alt key