<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>BibleWorks User Forums - General BibleWorks discussion</title>
		<link>http://www.bibleworks.com/forums/</link>
		<description>Come talk about BibleWorks! (Although this forum is sometimes visited by
BibleWorks staff, official support requests should be made 
 here instead of in this forum.)</description>
		<language>en</language>
		<lastBuildDate>Tue, 18 Jun 2013 21:39:14 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.bibleworks.com/forums/images/misc/rss.png</url>
			<title>BibleWorks User Forums - General BibleWorks discussion</title>
			<link>http://www.bibleworks.com/forums/</link>
		</image>
		<item>
			<title>BW 9.0 quick reinstallation?</title>
			<link>http://www.bibleworks.com/forums/showthread.php?5688-BW-9-0-quick-reinstallation&amp;goto=newpost</link>
			<pubDate>Mon, 17 Jun 2013 19:25:57 GMT</pubDate>
			<description><![CDATA[I'm about to format my computer and re-install all the software. I wonder is there anyway for quick re-installation? 
I have some user-created notes and documents from other resource which were added later. I wonder how can I restore these? 
Is there any tutorial? 
 
Thank you very much!]]></description>
			<content:encoded><![CDATA[<div>I'm about to format my computer and re-install all the software. I wonder is there anyway for quick re-installation?<br />
I have some user-created notes and documents from other resource which were added later. I wonder how can I restore these?<br />
Is there any tutorial?<br />
<br />
Thank you very much!</div>

]]></content:encoded>
			<category domain="http://www.bibleworks.com/forums/forumdisplay.php?2-General-BibleWorks-discussion">General BibleWorks discussion</category>
			<dc:creator>Martinzh</dc:creator>
			<guid isPermaLink="true">http://www.bibleworks.com/forums/showthread.php?5688-BW-9-0-quick-reinstallation</guid>
		</item>
		<item>
			<title>Remapping the unicode keyboard map</title>
			<link>http://www.bibleworks.com/forums/showthread.php?5686-Remapping-the-unicode-keyboard-map&amp;goto=newpost</link>
			<pubDate>Sat, 15 Jun 2013 04:37:31 GMT</pubDate>
			<description><![CDATA[I've used the bwgrkl font since the 1990s with BW 4.0. I'm so used to typing Greek in this font that I do so without even thinking about keystrokes. But now I'm trying to use unicode instead of a TT font like Bwgrkl and am having the most difficult time with the keyboard arrangement for Greek in...]]></description>
			<content:encoded><![CDATA[<div>I've used the bwgrkl font since the 1990s with BW 4.0. I'm so used to typing Greek in this font that I do so without even thinking about keystrokes. But now I'm trying to use unicode instead of a TT font like Bwgrkl and am having the most difficult time with the keyboard arrangement for Greek in unicode. Omega is v, why not w? Upsilon is y, why not u? etc.<br />
<br />
Is there a simple way to remap the unicode keyboard map so it matches bwgrkl exactly?<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://www.bibleworks.com/forums/forumdisplay.php?2-General-BibleWorks-discussion">General BibleWorks discussion</category>
			<dc:creator>tabiblia</dc:creator>
			<guid isPermaLink="true">http://www.bibleworks.com/forums/showthread.php?5686-Remapping-the-unicode-keyboard-map</guid>
		</item>
		<item>
			<title><![CDATA[non-Unicode Hebrew to Unicode & removing vowel points]]></title>
			<link>http://www.bibleworks.com/forums/showthread.php?5685-non-Unicode-Hebrew-to-Unicode-amp-removing-vowel-points&amp;goto=newpost</link>
			<pubDate>Fri, 14 Jun 2013 03:05:22 GMT</pubDate>
			<description>I wonder *is there any good way to convert non-Unicode Hebrew (Bwhebb) to Unicode (such as SBL Hebrew and Ezra SIL) font?* 
I tried the macro I found in the help document, but it has problems. 
 
Take Gen 6:5 for example, 
 Attachment 1117...</description>
			<content:encoded><![CDATA[<div>I wonder <font color="#ff0000"><b>is there any good way to convert non-Unicode Hebrew (Bwhebb) to Unicode (such as SBL Hebrew and Ezra SIL) font?</b></font><br />
I tried the macro I found in the help document, but it has problems.<br />
<br />
Take Gen 6:5 for example,<br />
 <img src="http://www.bibleworks.com/forums/attachment.php?attachmentid=1117&amp;d=1371178769" border="0" alt="Name:  Gen. 6.5.jpg
Views: 108
Size:  10.6 KB"  /><br />
<br />
After the conversion (I choose Ezra SIL in this case):<br />
<img src="http://www.bibleworks.com/forums/attachment.php?attachmentid=1118&amp;d=1371178874" border="0" alt="Name:  Gen. 6.5 Ezra.jpg
Views: 101
Size:  14.2 KB"  /><br />
<br />
I don't know what is the problem.<br />
<br />
I use Microsoft Word 2010.<br />
<br />
The code is attached below.<br />
<br />
<font color="#ff0000"><b>My second question is: How to remove all the vowels in this document?</b></font> (I don't even care whether the vowels are correct or not. My purpose is to convert all the Hebrew words to Unicode and then remove all the vowels.)<br />
<br />
Thank you very much!<br />
<br />
<br />
<b>Macro</b>:<br />
<br />
Sub ConvertAllBwHeb2Unicode()<br />
ConvertBwHeb2Unicode &quot;bwhebb&quot;, &quot;Ezra SIL&quot;, True<br />
End Sub<br />
<br />
<br />
<br />
<br />
Sub ConvertBwHeb2Unicode(fromfont$, tofont$, doentirefile)<br />
<br />
<br />
Dim o As Object<br />
<br />
<br />
Dim ucstr As Variant<br />
<br />
<br />
ReDim ucstr(1024) As Long<br />
<br />
<br />
If (doentirefile = True) Then Selection.HomeKey Unit:=wdStory<br />
<br />
<br />
Set o = CreateObject(&quot;bibleworks.automation&quot;)<br />
<br />
<br />
Application.ScreenUpdating = True<br />
<br />
<br />
icheck = 0<br />
<br />
<br />
While (icheck = 0)<br />
<br />
<br />
Selection.Find.ClearFormatting<br />
<br />
<br />
With Selection.Find<br />
<br />
<br />
.Font.Name = fromfont$<br />
<br />
<br />
.Text = &quot;&quot;<br />
<br />
<br />
.Replacement.Text = &quot;&quot;<br />
<br />
<br />
.Forward = True<br />
<br />
<br />
.Wrap = wdFindStop<br />
<br />
<br />
.Format = True<br />
<br />
<br />
.MatchCase = False<br />
<br />
<br />
.MatchWholeWord = False<br />
<br />
<br />
.MatchKashida = False<br />
<br />
<br />
.MatchDiacritics = False<br />
<br />
<br />
.MatchAlefHamza = False<br />
<br />
<br />
.MatchControl = False<br />
<br />
<br />
.MatchByte = False<br />
<br />
<br />
.CorrectHangulEndings = False<br />
<br />
<br />
.MatchAllWordForms = False<br />
<br />
<br />
.MatchSoundsLike = False<br />
<br />
<br />
.MatchWildcards = False<br />
<br />
<br />
.MatchFuzzy = False<br />
<br />
<br />
End With<br />
<br />
<br />
If (Selection.Find.Execute = False) Then<br />
<br />
<br />
icheck = 1<br />
<br />
<br />
Else<br />
<br />
<br />
istart = 1<br />
<br />
<br />
iend = Selection.Characters.Count<br />
<br />
<br />
ReDim ucstr(3 * iend + 2) As Long<br />
<br />
<br />
ucstr(1) = iend<br />
<br />
<br />
For i = istart To iend<br />
<br />
<br />
ucstr(i + 1) = Asc(Selection.Characters(i))<br />
<br />
<br />
Next i<br />
<br />
<br />
o.BwHebb2Unicode ucstr<br />
<br />
<br />
Rem Selection.Delete<br />
<br />
<br />
Application.Keyboard (1037)<br />
<br />
<br />
With Selection.Font<br />
<br />
<br />
.NameFarEast = &quot;SimSun&quot;<br />
<br />
<br />
.NameAscii = &quot;Arial&quot;<br />
<br />
<br />
.NameOther = &quot;Arial&quot;<br />
<br />
<br />
.Name = &quot;Arial&quot;<br />
<br />
<br />
.Size = 10<br />
<br />
<br />
.Bold = False<br />
<br />
<br />
.Italic = False<br />
<br />
<br />
.Underline = wdUnderlineNone<br />
<br />
<br />
.UnderlineColor = wdColorAutomatic<br />
<br />
<br />
.StrikeThrough = False<br />
<br />
<br />
.DoubleStrikeThrough = False<br />
<br />
<br />
.Outline = False<br />
<br />
<br />
.Emboss = False<br />
<br />
<br />
.Shadow = False<br />
<br />
<br />
.Hidden = False<br />
<br />
<br />
.SmallCaps = False<br />
<br />
<br />
.AllCaps = False<br />
<br />
<br />
.Color = wdColorAutomatic<br />
<br />
<br />
.Engrave = False<br />
<br />
<br />
.Superscript = False<br />
<br />
<br />
.Subscript = False<br />
<br />
<br />
.Spacing = 0<br />
<br />
<br />
.Scaling = 100<br />
<br />
<br />
.Position = 0<br />
<br />
<br />
.Kerning = 0<br />
<br />
<br />
.Animation = wdAnimationNone<br />
<br />
<br />
.DisableCharacterSpaceGrid = False<br />
<br />
<br />
.EmphasisMark = wdEmphasisMarkNone<br />
<br />
<br />
.SizeBi = 14<br />
<br />
<br />
.NameBi = tofont$<br />
<br />
<br />
.BoldBi = False<br />
<br />
<br />
.ItalicBi = False<br />
<br />
<br />
End With<br />
<br />
<br />
For i = 1 To ucstr(1)<br />
<br />
<br />
s$ = ChrW(ucstr(i + 1))<br />
<br />
<br />
Selection.TypeText Text:=s$<br />
<br />
<br />
Next i<br />
<br />
<br />
Application.Keyboard (1033)<br />
<br />
<br />
End If<br />
<br />
<br />
If (doentirefile = False) Then icheck = 1<br />
<br />
<br />
Wend<br />
<br />
<br />
Application.ScreenUpdating = True<br />
<br />
<br />
Set bwutil = Nothing<br />
<br />
<br />
End Sub</div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
				<div style="padding:10px">
				<img class="attach" src="http://www.bibleworks.com/forums/attachment.php?attachmentid=1117&amp;stc=1&amp;d=1371178769" alt="" />&nbsp;<img class="attach" src="http://www.bibleworks.com/forums/attachment.php?attachmentid=1118&amp;stc=1&amp;d=1371178874" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="http://www.bibleworks.com/forums/forumdisplay.php?2-General-BibleWorks-discussion">General BibleWorks discussion</category>
			<dc:creator>Martinzh</dc:creator>
			<guid isPermaLink="true">http://www.bibleworks.com/forums/showthread.php?5685-non-Unicode-Hebrew-to-Unicode-amp-removing-vowel-points</guid>
		</item>
		<item>
			<title>Greek Transliteration</title>
			<link>http://www.bibleworks.com/forums/showthread.php?5684-Greek-Transliteration&amp;goto=newpost</link>
			<pubDate>Thu, 13 Jun 2013 02:07:38 GMT</pubDate>
			<description><![CDATA[Using BW 9 + Mac . . .  
 
1) How do I change which Greek Lexicon pops up in the Analysis Window? 
 
2) What's the easiest way to get a Greek word transliterated in BW (SBL style!)? I need to copy/paste Greek + transliteration of a lot of terms for an article. 
 
3) Where can I vote to ban...]]></description>
			<content:encoded><![CDATA[<div>Using BW 9 + Mac . . . <br />
<br />
1) How do I change which Greek Lexicon pops up in the Analysis Window?<br />
<br />
2) What's the easiest way to get a Greek word transliterated in BW (SBL style!)? I need to copy/paste Greek + transliteration of a lot of terms for an article.<br />
<br />
3) Where can I vote to ban transliteration altogether, possibly solving #2?!<br />
<br />
Thanks,<br />
<br />
Ingo</div>

]]></content:encoded>
			<category domain="http://www.bibleworks.com/forums/forumdisplay.php?2-General-BibleWorks-discussion">General BibleWorks discussion</category>
			<dc:creator>ingosorke</dc:creator>
			<guid isPermaLink="true">http://www.bibleworks.com/forums/showthread.php?5684-Greek-Transliteration</guid>
		</item>
		<item>
			<title>A short review of BibleWorks9</title>
			<link>http://www.bibleworks.com/forums/showthread.php?5683-A-short-review-of-BibleWorks9&amp;goto=newpost</link>
			<pubDate>Mon, 10 Jun 2013 23:54:27 GMT</pubDate>
			<description>*BibleWorks in the Real, Modern World* is recent review of BibleWorks9 by *R. Brian Rickett* on the* Metataphysika* blog. 
http://metataphysika.blogspot.jp/2013/06/bibleworks-in-real-modern-world-4.html (http://metataphysika.blogspot.jp/2013/06/bibleworks-in-real-modern-world-4.html) 
 
R. Rickett...</description>
			<content:encoded><![CDATA[<div><b>BibleWorks in the Real, Modern World</b> is recent review of BibleWorks9 by <b>R. Brian Rickett</b> on the<b> Metataphysika</b> blog.<a href="http://metataphysika.blogspot.jp/2013/06/bibleworks-in-real-modern-world-4.html" target="_blank"><br />
http://metataphysika.blogspot.jp/2013/06/bibleworks-in-real-modern-world-4.html</a><br />
<br />
R. Rickett comes at this review with over 15 years experience with the BibleWorks program. <br />
He, writes on the following four areas he believes BibleWorks9 is Essential to the modern Minister: <br />
<br />
<b><font color="#333333"><span style="font-family: Times">1.)</span></font></b><b>BibleWorks for the Church Planter.</b><br />
<b><font color="#333333"><span style="font-family: Times">2.)</span></font></b><b>BibleWorks for the Counselor.<br />
</b><b>3.)   BibleWorks for the Pastor-Teacher.<br />
</b><b>4.)   BibleWorks for the Teacher/Professor.<br />
</b><br />
What, do you think?<br />
Please, share your opinions.<br />
<br />
(Interestingly, enough learned of this blog and that particular post on another Bible Software Company's forums.)</div>

]]></content:encoded>
			<category domain="http://www.bibleworks.com/forums/forumdisplay.php?2-General-BibleWorks-discussion">General BibleWorks discussion</category>
			<dc:creator>bkMitchell</dc:creator>
			<guid isPermaLink="true">http://www.bibleworks.com/forums/showthread.php?5683-A-short-review-of-BibleWorks9</guid>
		</item>
		<item>
			<title>Simple Search in BibleWorks 9 for Parentheses in ESV version</title>
			<link>http://www.bibleworks.com/forums/showthread.php?5682-Simple-Search-in-BibleWorks-9-for-Parentheses-in-ESV-version&amp;goto=newpost</link>
			<pubDate>Sat, 08 Jun 2013 04:59:19 GMT</pubDate>
			<description>Is it possible in BibleWorks 9 to search for and find all the verses that contain parentheses in, say, the ESV?</description>
			<content:encoded><![CDATA[<div>Is it possible in BibleWorks 9 to search for and find all the verses that contain parentheses in, say, the ESV?</div>

]]></content:encoded>
			<category domain="http://www.bibleworks.com/forums/forumdisplay.php?2-General-BibleWorks-discussion">General BibleWorks discussion</category>
			<dc:creator>basilides</dc:creator>
			<guid isPermaLink="true">http://www.bibleworks.com/forums/showthread.php?5682-Simple-Search-in-BibleWorks-9-for-Parentheses-in-ESV-version</guid>
		</item>
		<item>
			<title>Popup versions for verse references</title>
			<link>http://www.bibleworks.com/forums/showthread.php?5681-Popup-versions-for-verse-references&amp;goto=newpost</link>
			<pubDate>Thu, 06 Jun 2013 20:17:03 GMT</pubDate>
			<description><![CDATA[It has been a long time since I've done this and I cannot remember how to do it (more precisely, where to do it).  When you hover your mouse over hyper-linked verse references, BibleWorks will typically bring up a popup displaying the verses in three versions (WTT, BGT, and an English version).  I...]]></description>
			<content:encoded><![CDATA[<div>It has been a long time since I've done this and I cannot remember how to do it (more precisely, where to do it).  When you hover your mouse over hyper-linked verse references, BibleWorks will typically bring up a popup displaying the verses in three versions (WTT, BGT, and an English version).  I cannot remember where you change the settings which control which versions pop up. And I have searched the online help to no avail.  I would be grateful for a reminder.  Thanks much.</div>

]]></content:encoded>
			<category domain="http://www.bibleworks.com/forums/forumdisplay.php?2-General-BibleWorks-discussion">General BibleWorks discussion</category>
			<dc:creator>ISalzman</dc:creator>
			<guid isPermaLink="true">http://www.bibleworks.com/forums/showthread.php?5681-Popup-versions-for-verse-references</guid>
		</item>
		<item>
			<title>Migrating Configurations</title>
			<link>http://www.bibleworks.com/forums/showthread.php?5680-Migrating-Configurations&amp;goto=newpost</link>
			<pubDate>Tue, 04 Jun 2013 07:53:12 GMT</pubDate>
			<description><![CDATA[I have a longstanding configuration of BW9 on a Windows 8 laptop. I've now installed BW9 on a new MBP. I would like to migrate over the configuration from the Windows machine to the Mac. Back in the day, that simply meant copying the bw.ini file from one computer to the other. If memory serves me...]]></description>
			<content:encoded><![CDATA[<div>I have a longstanding configuration of BW9 on a Windows 8 laptop. I've now installed BW9 on a new MBP. I would like to migrate over the configuration from the Windows machine to the Mac. Back in the day, that simply meant copying the bw.ini file from one computer to the other. If memory serves me correctly, that no longer works. Is there an easy way to copy the configuration?<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.bibleworks.com/forums/forumdisplay.php?2-General-BibleWorks-discussion">General BibleWorks discussion</category>
			<dc:creator>ccozier</dc:creator>
			<guid isPermaLink="true">http://www.bibleworks.com/forums/showthread.php?5680-Migrating-Configurations</guid>
		</item>
		<item>
			<title>Export more databases</title>
			<link>http://www.bibleworks.com/forums/showthread.php?5679-Export-more-databases&amp;goto=newpost</link>
			<pubDate>Sun, 02 Jun 2013 14:32:14 GMT</pubDate>
			<description><![CDATA[Hello, 
I'm an user of BW8 and I need to export 3 databases. 
The output file should look like: 
 
Gen 1:1 Hebrew text 
Gen 1:1 Greek text 
Gen 1:1 English text 
 
Gen 1:2 Hebrew text 
Gen 1:2 Greek text]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
I'm an user of BW8 and I need to export 3 databases.<br />
The output file should look like:<br />
<br />
Gen 1:1 Hebrew text<br />
Gen 1:1 Greek text<br />
Gen 1:1 English text<br />
<br />
Gen 1:2 Hebrew text<br />
Gen 1:2 Greek text<br />
Gen 1:2 English text<br />
<br />
ecc..<br />
<br />
How could I achieve that?</div>

]]></content:encoded>
			<category domain="http://www.bibleworks.com/forums/forumdisplay.php?2-General-BibleWorks-discussion">General BibleWorks discussion</category>
			<dc:creator>Tomasz N</dc:creator>
			<guid isPermaLink="true">http://www.bibleworks.com/forums/showthread.php?5679-Export-more-databases</guid>
		</item>
		<item>
			<title>BibleWorks and Tablets</title>
			<link>http://www.bibleworks.com/forums/showthread.php?5678-BibleWorks-and-Tablets&amp;goto=newpost</link>
			<pubDate>Sun, 02 Jun 2013 13:55:31 GMT</pubDate>
			<description><![CDATA[I would love to get a tablet.  As the ability to run BibleWorks is one of my more significant considerations, I guess I'm locked into a Windows 8 (full version and not RT) tablet.  But at a whopping price tag of $899 (for 64 GB) or $999 (for 128 GB), it is a very expensive proposition right now. ...]]></description>
			<content:encoded><![CDATA[<div>I would love to get a tablet.  As the ability to run BibleWorks is one of my more significant considerations, I guess I'm locked into a Windows 8 (full version and not RT) tablet.  But at a whopping price tag of $899 (for 64 GB) or $999 (for 128 GB), it is a very expensive proposition right now.  I'm kind of hoping they will go down in price over the next few months.  I realize there are no guarantees of that.  I'm also hearing that the demand for Windows Tablets is not running very high right now.  In fact, I heard that one computer maker that was going to make their own version of a Windows 8 tablet has now scrapped those plans.  (By the way, I should say that I have seen BibleWorks in action on a Microsoft Surface Tablet and it was very impressive.)  But I am concerned about the current pricing of Windows 8 tablets and their long-term viability.  So, in no specific order,  I had a few questions:<br />
<br />
1.  As of right now, I am aware that only Samsung and Microsoft are making Windows 8 tablets.  Anyone have a good feel about which of these two presents the better option?<br />
<br />
2.  Are there any plans afoot to eventually create a version of BibleWorks for Android tablets (or the iPad for that matter)?<br />
<br />
Grateful for any additional insights.<br />
<br />
Irving</div>

]]></content:encoded>
			<category domain="http://www.bibleworks.com/forums/forumdisplay.php?2-General-BibleWorks-discussion">General BibleWorks discussion</category>
			<dc:creator>ISalzman</dc:creator>
			<guid isPermaLink="true">http://www.bibleworks.com/forums/showthread.php?5678-BibleWorks-and-Tablets</guid>
		</item>
		<item>
			<title>Hebrew Stem Stats</title>
			<link>http://www.bibleworks.com/forums/showthread.php?5677-Hebrew-Stem-Stats&amp;goto=newpost</link>
			<pubDate>Fri, 31 May 2013 13:50:26 GMT</pubDate>
			<description><![CDATA[If I want to count the number of times that a Hebrew verb is used in Qal, Niphal, Piel, Pual, etc, how can I do that?  For instance, I'm looking at "aman" (to trust, believe) in Gen 15:6 - I want to see how many times that it's used in each stem. 
 
Doing it manually yields (assuming I did it...]]></description>
			<content:encoded><![CDATA[<div>If I want to count the number of times that a Hebrew verb is used in Qal, Niphal, Piel, Pual, etc, how can I do that?  For instance, I'm looking at &quot;aman&quot; (to trust, believe) in Gen 15:6 - I want to see how many times that it's used in each stem.<br />
<br />
Doing it manually yields (assuming I did it correctly; I just started Hebrew last August) -<br />
<br />
Qal - 8x<br />
Niph - 46x<br />
Hiph - 51x<br />
<br />
But this is me doing several different searches and recording the stats on my own - aman in qal; aman in niphal; aman in piel, etc.  I'd much rather run one search and then be able to filter it as I'd like.<br />
<br />
Is there a quicker way to grab these stats?  The &quot;Detailed Stats&quot; window only displays stats relating to word frequency, but not stem frequency.  I still have BW7, btw.<br />
<br />
Thanks.<br />
<br />
Dave</div>

]]></content:encoded>
			<category domain="http://www.bibleworks.com/forums/forumdisplay.php?2-General-BibleWorks-discussion">General BibleWorks discussion</category>
			<dc:creator>frankenfro</dc:creator>
			<guid isPermaLink="true">http://www.bibleworks.com/forums/showthread.php?5677-Hebrew-Stem-Stats</guid>
		</item>
		<item>
			<title>ESV problem</title>
			<link>http://www.bibleworks.com/forums/showthread.php?5674-ESV-problem&amp;goto=newpost</link>
			<pubDate>Tue, 28 May 2013 02:54:42 GMT</pubDate>
			<description><![CDATA[Why does my ESV look like this: 
 
17 The Spirit and athe Bride say, "Come." And let the one who hears say, "Come." And blet the one who is thirsty come; let the one who desires take the cwater of life without price. {<p><rsup>a</rsup> ch. 21:2, 9 <p><rsup>b</rsup> ch. 21:6; Isa 55:1; Joh 7:37...]]></description>
			<content:encoded><![CDATA[<div><i>Why does my ESV look like this:<br />
<br />
</i>17 The Spirit and athe Bride say, &quot;Come.&quot; And let the one who hears say, &quot;Come.&quot; And blet the one who is thirsty come; let the one who desires take the cwater of life without price. {&lt;p&gt;&lt;rsup&gt;a&lt;/rsup&gt; ch. 21:2, 9 &lt;p&gt;&lt;rsup&gt;b&lt;/rsup&gt; ch. 21:6; Isa 55:1; Joh 7:37 &lt;p&gt;&lt;rsup&gt;c&lt;/rsup&gt; See ch. 21:6 } 18 I warn everyone who hears the words of the prophecy of this book: aif anyone adds to them, God will add to him the plagues described in this book, {&lt;p&gt;&lt;rsup&gt;a&lt;/rsup&gt; Deu 4:2; 12:32; Pro 30:6 }<br />
 19 and if anyone takes away from the words of the book of this prophecy, God will take away his share in athe tree of life and in bthe holy city, which are described in this book. {&lt;p&gt;&lt;rsup&gt;a&lt;/rsup&gt; ver. 2, 14 &lt;p&gt;&lt;rsup&gt;b&lt;/rsup&gt; See ch. 21:2 }<br />
 20 He who testifies to these things says, &quot;Surely aI am coming soon.&quot; Amen. bCome, Lord Jesus! {&lt;p&gt;&lt;rsup&gt;a&lt;/rsup&gt; ver. 7, 12 &lt;p&gt;&lt;rsup&gt;b&lt;/rsup&gt; 2Ti 4:8 }<br />
 21 The grace of the Lord Jesus be with all.1 Amen. (Rev 22:17-21 ESV).<br />
<br />
And how can I fix this?</div>

]]></content:encoded>
			<category domain="http://www.bibleworks.com/forums/forumdisplay.php?2-General-BibleWorks-discussion">General BibleWorks discussion</category>
			<dc:creator>Schouten</dc:creator>
			<guid isPermaLink="true">http://www.bibleworks.com/forums/showthread.php?5674-ESV-problem</guid>
		</item>
		<item>
			<title><![CDATA[can't find 1 timothy]]></title>
			<link>http://www.bibleworks.com/forums/showthread.php?5673-can-t-find-1-timothy&amp;goto=newpost</link>
			<pubDate>Sat, 25 May 2013 03:00:25 GMT</pubDate>
			<description><![CDATA[I love the idea of BW9, but of the four bible research programs I've had its by far the least intuitive to use. I followed the instructions in the help file and tried to find 1 timothy by typing 1Ti in the search bar, but I get an error stating 
 
"Could not find the verse reference "1Ti" in the...]]></description>
			<content:encoded><![CDATA[<div>I love the idea of BW9, but of the four bible research programs I've had its by far the least intuitive to use. I followed the instructions in the help file and tried to find 1 timothy by typing 1Ti in the search bar, but I get an error stating<br />
<br />
&quot;Could not find the verse reference &quot;1Ti&quot; in the current search version. If you are trying to search for a specific word in the Bible text, precede the word with a period ('.'), like this: .Ti<br />
<br />
Would you like to see some examples?&quot;<br />
<br />
If anyone has any ideas on what I can do to fix this or if anyone knows of an aftermarket book on bw9, please let me know. I am having a hard time figuringg out how to navigate this program.</div>

]]></content:encoded>
			<category domain="http://www.bibleworks.com/forums/forumdisplay.php?2-General-BibleWorks-discussion">General BibleWorks discussion</category>
			<dc:creator>iceagecolumbus</dc:creator>
			<guid isPermaLink="true">http://www.bibleworks.com/forums/showthread.php?5673-can-t-find-1-timothy</guid>
		</item>
		<item>
			<title>Frequencies of Hebrew Noun Patterns (Mishqalim)</title>
			<link>http://www.bibleworks.com/forums/showthread.php?5671-Frequencies-of-Hebrew-Noun-Patterns-(Mishqalim)&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 17:36:25 GMT</pubDate>
			<description><![CDATA[Hi friends, 
 
Here's an interesting question. 
 
I'm using BW8.  
 
The Word List Manager is great for finding the frequency of each noun in a given corpus. But I would like to take things a step further. How could I produce some sort of "Noun-pattern List Manager," something that would tell me...]]></description>
			<content:encoded><![CDATA[<div>Hi friends,<br />
<br />
Here's an interesting question.<br />
<br />
I'm using BW8. <br />
<br />
The Word List Manager is great for finding the frequency of each noun in a given corpus. But I would like to take things a step further. How could I produce some sort of &quot;Noun-pattern List Manager,&quot; something that would tell me how often each <i>mishqal</i> is used in a given range of verses? So the output for Kings should be something like<br />
<br />
&#1505;&#1508;&#1512;-pattern   1693 times<br />
&#1513;&#1501;-pattern    547 times<br />
<br />
and so on. <br />
<br />
I have grouped the nominal lexemes in the HB into several hundred patterns. How can I set things up so that BW will give me a list of the frequencies with which each pattern occurs in whatever book I choose? <br />
<br />
I guess the larger question is how to find the frequencies of groups of lexemes rather than individual lexemes. For instance, if I divided all of the lexemes in the HB into building terms, household terms, political terms, etc., how could I generate a list of how often each type of term occurs in a given section of the HB? <br />
<br />
Thanks for the input!<br />
<br />
Benjamin</div>

]]></content:encoded>
			<category domain="http://www.bibleworks.com/forums/forumdisplay.php?2-General-BibleWorks-discussion">General BibleWorks discussion</category>
			<dc:creator>Benjamin Elliff</dc:creator>
			<guid isPermaLink="true">http://www.bibleworks.com/forums/showthread.php?5671-Frequencies-of-Hebrew-Noun-Patterns-(Mishqalim)</guid>
		</item>
		<item>
			<title>What I like about BW9 - after only one day . . .</title>
			<link>http://www.bibleworks.com/forums/showthread.php?5669-What-I-like-about-BW9-after-only-one-day&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 07:55:58 GMT</pubDate>
			<description><![CDATA[It is nearly tax time here in Australia (June 30), and so after debating with myself for a long time, I finally upgraded to BW9. 
 
First of all, I would like to say a big "thanks" to the BW staff. I ordered BW9 on May 15, and it was sent out the same day. I was able to "track" the order and it...]]></description>
			<content:encoded><![CDATA[<div><font size="3">It is nearly tax time here in Australia (June 30), and so after debating with myself for a long time, I finally upgraded to BW9.<br />
<br />
First of all, I would like to say a big &quot;thanks&quot; to the BW staff. I ordered BW9 on May 15, and it was sent out the same day. I was able to &quot;track&quot; the order and it went to a couple of places in Virginia - Kentucky - Anchorage, Alaska, Hong Kong, Singapore, and arrived here in Perth on May 19. Being a Sunday, I received it yesterday, May 20. That isn't bad. Half way around the world in 5 days - and that is with one day lost due to the International Date Line. Again, many thanks BW Staff! ;)<br />
<br />
What I like so far:<br />
<br />
Naturally, I haven't even had BW9 for 24 hours, but some aspects I like so far are:<br />
</font><br />
<ul><li style=""><font size="3">The fourth column. To be able to have Search, Browse, Analysis - and <b><u>now</u></b> verse, MSS, Use, etc at the same time. Not quite &quot;like heaven&quot;, but it is pretty good.</font></li><li style=""><font size="3">&quot;Use&quot; tab. This is simply great. To be able to see all of the use of a particular word - without doing another search is such a time saver. I particularly like the way that you can view &quot;use&quot; in only the book - or in the entire version. This allows me to see how Paul uses a word in 2 Corinthians (my current preaching), without having to scroll through everything else as well. Of course, if there could one day be an option to show how Paul (or John, Peter, Luke, etc) uses a word in <b><u>all</u></b> of his letters, that would be extremely helpful.</font></li><li style=""><font size="3">The &quot;interlinear view&quot; on BGM. I like several things about this:</font><br />
<ul><li style=""><font size="3">It is a space saver. There were times when the previous view took up a great deal of room, and it was sometimes difficult to find the exact word I was searching for.</font></li><li style=""><font size="3">Being able to see the word in the text, lexical form, parsing code in the interlinear format, is visually more appealing and comprehensible (for me, anyway). (Any chance of the WTM? - Greedy, aren't I)</font></li></ul><br /></li><li style=""><font size="3">The CNTTS Apparatus. I could go on for ever, but I won't. It is like trying to explain how great a color TV set is to a person who has only ever had black &amp; white.</font></li></ul><br />
<font size="3"><br />
These are just a few things, and I have barely scratched the surface of the features of BW9.<br />
<br />
I just wish I had taken the plunge earlier.</font></div>

]]></content:encoded>
			<category domain="http://www.bibleworks.com/forums/forumdisplay.php?2-General-BibleWorks-discussion">General BibleWorks discussion</category>
			<dc:creator>jimofbentley</dc:creator>
			<guid isPermaLink="true">http://www.bibleworks.com/forums/showthread.php?5669-What-I-like-about-BW9-after-only-one-day</guid>
		</item>
	</channel>
</rss>
