> Should we keep the grpprl and offset parameters , because we are already passing "param" to the function from which we can get the values we want. > > like eg: for getting short value from "param" which is an int. : > lspd[0] = (short)(param & 0x0000ffff); > lspd[1] = (short)((param >> 16) & 0x0000ffff);
If you have coded out the necessity for it, then go for it. > Before going to SEPX & TAPX I need to clarify some facts with you. Ask away. Ryan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
