hi im new to vb6
isit possibloe to create a multiple variable each variable holds some ascii keys

example

VARIABLE 1        VARIABLE 1          VARIABLE 1 
 KEY 98            KEY 122             KEY 88
 KEY 99            KEY 121             KEY 89
 KEY 199           KEY 123             KEY 90     
 KEY 200           KEY 124             KEY 91   
    ^                 ^                  ^
user keypress    user keypress      user keypress    
     =               =                     =
 ASCI   32          ASCI   8           ASCI   13

so for example when a user press any key
stored in varaible1
insted of the key user press changed to asci 32 which is space same to others 2 varibles

You will have to either create arrays to hold the individual values or you can simply test for them via if statements.


Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.