I have a problem with mapping....
i get one value from sender....which should be mapped to receiver...
condition is
if i get 1 at sender - we should get 06 at receiver...
if i get 2 at sender we should get 01 at receiver...
if i get 3 at sender we should get 07 at receiver...
if i get 4 at sender we should get 15 at receiver...
if i get 5 at sender we should get 03 at receiver...
any ideas...what function should i use...