Lookup function compatibality

mallikasp

New Member
Hello,

Is lookup function of progress compatible in Linux.
The peace of code works fine in UNIX enviornment, but fails in LInux.
Can any body explain me the reason, is the lookup function not compatible in LINUX.

For e.g.

Lookup("1","1,2,3") outputs 1 in LINUX and 1 in UNIX
Lookup("1","2,3,1") outputs 0 in LINUX and 3 in UNIX /*Sorry that was i mistake before*/

Thank you
Mallika
 

parul

Member
"Lookup("1","2,3,1") outputs 0 in LINUX and 1 in UNIX"

Lookup("1","2,3,1")
should give you 3 not 1.

lookup works on all the OS. I have seen it working in Solaris, Linux, Unix, win....

-Parul.
 
Top