<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff><FONT color=#000080>
<P><FONT face=Verdana color=#000000 size=2>Hi,</FONT></P>
<P><FONT face=Verdana color=#000000 size=2>In Adam Clarke's commentary (Genesis 
1:1), the scripture reference "Ho 12:1 Mal 1:6 Da 5:18, 20 7:18, 22" is 
interpreted by the Sword GUI as Hosea 12:1, Malachi 1:6, Daniel 5:18, Daniel 
5:207 and Daniel 11:22</FONT></P>
<P><FONT face=Verdana color=#000000 size=2>The correct sequence is Hos 12:1 Mal 
1:6&nbsp; Dan 5:18 Dan 5:20,&nbsp; Dan 7:18, Dan 7:22.</FONT></P>
<P><FONT face=Verdana color=#000000 size=2>If I have a string like </FONT></P>
<P><FONT face=Verdana color=#000000 size=2>string key = "Ho 12:1 Mal 1:6 Da 
5:18, 20 7:18, 22"</FONT></P>
<P><FONT face=Verdana color=#000000 size=2>How can I get the correct&nbsp;list 
of verses? I tried the following but must be missing something. </FONT></P>
<P><FONT face=Verdana color=#000000 size=2>sword::VerseKey vk;<BR>sword::ListKey 
list = vk.ParseVerseList(key, vk, true);<BR>for(list= TOP; !list.Error(); 
list++)&nbsp;&nbsp;{&nbsp;&nbsp; pModule-&gt;SetKey( (const char *) list 
);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pModule-&gt;KeyText() ;&nbsp;&nbsp; 
}</FONT></P>
<P><FONT face=Verdana color=#000000 size=2>What am I 
missing?<BR>Thanks.</FONT></P></FONT></BODY></HTML>