RE: Sending Octal Strings in a variable

2001-08-22 Thread Bob Showalter
> -Original Message- > From: Atul Vohra [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 22, 2001 4:21 PM > To: [EMAIL PROTECTED] > Subject: Sending Octal Strings in a variable > > > Hi, > > I need to pass function keys in octal to a Cisco > r

Sending Octal Strings in a variable

2001-08-22 Thread Atul Vohra
Hi, I need to pass function keys in octal to a Cisco router/terminal server. I used the telnet module and able to use something like: t->cmd("\033OV"); ### sending PF7 this worked. What I wanted to do is read the function key translations from a flat file and use variables instead ex: t->c