<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Consider a List [A,B] where A,B=ANY integer 
(including 0..255)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>So how to decode it using</FONT><FONT face=Arial 
size=2> ei_decode functions??</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Reason:</FONT></DIV>
<DIV><FONT face=Arial size=2>(condsidering </FONT><FONT face=Arial 
size=2>ei_get_type(buf, &index, &type, &size))</FONT></DIV>
<DIV><FONT face=Arial size=2>1.) [A,B] where ANY of A,B > 255 so [A,B] = List 
(<FONT face=Arial size=2>ei_decode_list_header(...) works fine 
here</FONT>)</FONT></DIV>
<DIV>
<DIV><FONT face=Arial size=2>2.) [A,B] where A,B <= 255 so [A,B] = 
String (in this case how to use ei_decode_string(...) to decode the values of 
A,B ??)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>of course I can use tuple to do this quickly. But 
like to know how to decode 2.) for my general knowledge </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></DIV>
<DIV><FONT face=Arial size=2>Thanks in advance</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Sanjaya Vitharana</FONT></DIV></BODY></HTML>