<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Greetings,<BR>
&nbsp;<BR>
Is there a way to get a list of all available daily devotionals on the system (differentiating them from the Lexicon/dictionary category)? <BR>
I tried the following which returns the list of dictionaries and daily devotions together:<BR>
&nbsp;<BR>
<STRONG></STRONG>&nbsp;<BR>
<STRONG><FONT style="BACKGROUND-COLOR: #ffffff" color=#333399>for (it = pMgr-&gt;Modules.begin(); it != pMgr-&gt;Modules.end() ; it++) {<BR>&nbsp;&nbsp;</FONT></STRONG><BR>
<STRONG><FONT style="BACKGROUND-COLOR: #ffffff" color=#333399>&nbsp;&nbsp;pModule = it-&gt;second;<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;if (!strcmp(pModule-&gt;Type(), "Lexicons / Dictionaries")) {</FONT></STRONG><BR>
<STRONG><FONT style="BACKGROUND-COLOR: #ffffff" color=#333399></FONT></STRONG>&nbsp;<BR>
<STRONG><FONT style="BACKGROUND-COLOR: #ffffff" color=#333399>&nbsp;&nbsp;&nbsp;&nbsp; // Load</FONT></STRONG><BR>
<STRONG><FONT style="BACKGROUND-COLOR: #ffffff" color=#333399>}</FONT></STRONG><BR>
<STRONG><FONT style="BACKGROUND-COLOR: #ffffff" color=#333399></FONT></STRONG>&nbsp;<BR>
<FONT style="BACKGROUND-COLOR: #ffffff" color=#000000>Thanks</FONT><BR><br /><hr />Need to know the score, the latest news, or you need your HotmailŪ-get your "fix". <a href='http://www.msnmobilefix.com/Default.aspx' target='_new'>Check it out.</a></body>
</html>