Monday, March 26, 2012

shift + ctrl charactor

Can some one tell me what is the chr value of Shift + Ctrl? a kind of soft
return. an Enter, hard return is represented by chr(10) + chr(13), how
about shift + ctrl?

--
Kind regards

Guoqi Zheng
guoqi AT meetholland dot com
Http://www.meetholland.comthere isn't. shift and ctrl are keycode modifiers, while chr() produces an
ascii char. there is no ascii values for these keys.

-- bruce (sqlwork.com)

"Guoqi Zheng" <no@.sorry.nl> wrote in message
news:u4HhWa6uEHA.940@.TK2MSFTNGP14.phx.gbl...
> Can some one tell me what is the chr value of Shift + Ctrl? a kind of
soft
> return. an Enter, hard return is represented by chr(10) + chr(13), how
> about shift + ctrl?
> --
> Kind regards
> Guoqi Zheng
> guoqi AT meetholland dot com
> Http://www.meetholland.com
Ok, thanks.

--
Kind regards

Guoqi Zheng
guoqi AT meetholland dot com
Http://www.meetholland.com

"bruce barker" <nospam_brubar@.safeco.com> wrote in message
news:e3eIUI7uEHA.3424@.TK2MSFTNGP09.phx.gbl...
> there isn't. shift and ctrl are keycode modifiers, while chr() produces an
> ascii char. there is no ascii values for these keys.
> -- bruce (sqlwork.com)
>
> "Guoqi Zheng" <no@.sorry.nl> wrote in message
> news:u4HhWa6uEHA.940@.TK2MSFTNGP14.phx.gbl...
> > Can some one tell me what is the chr value of Shift + Ctrl? a kind of
> soft
> > return. an Enter, hard return is represented by chr(10) + chr(13), how
> > about shift + ctrl?
> > --
> > Kind regards
> > Guoqi Zheng
> > guoqi AT meetholland dot com
> > Http://www.meetholland.com

0 comments:

Post a Comment