I have a formula like ((X >> 8)*25600)+ ((X & 0x00FF)*100)!I know that it is not possible to use EVAL function to evaluate this formula because of the syntax. Can anybody suggest me if there are any simple ways for evaluating the formulas like above from the script??? I am not interested in using Select Case.....

Questions by Lingaraj   answers by Lingaraj

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions