<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.wordfast.net/w/index.php?action=history&amp;feed=atom&amp;title=Checking_segment_character_count_Wordfast_Classic</id>
		<title>Checking segment character count Wordfast Classic - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.wordfast.net/w/index.php?action=history&amp;feed=atom&amp;title=Checking_segment_character_count_Wordfast_Classic"/>
		<link rel="alternate" type="text/html" href="https://www.wordfast.net/w/index.php?title=Checking_segment_character_count_Wordfast_Classic&amp;action=history"/>
		<updated>2026-04-07T08:54:12Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.wordfast.net/w/index.php?title=Checking_segment_character_count_Wordfast_Classic&amp;diff=3582&amp;oldid=prev</id>
		<title>Samar: Created page with &quot;Here is a typical QA macro using the interactive mode just described above. It checks the target segment to make sure it's not longer than 80 characters (spaces included). If...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.wordfast.net/w/index.php?title=Checking_segment_character_count_Wordfast_Classic&amp;diff=3582&amp;oldid=prev"/>
				<updated>2017-10-02T00:20:53Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Here is a typical QA macro using the interactive mode just described above. It checks the target segment to make sure it&amp;#039;s not longer than 80 characters (spaces included). If...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here is a typical QA macro using the interactive mode just described above. It checks the target segment to make sure it's not longer than 80 characters (spaces included). If it is, it warns the user and sends him/her back to the segment:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: Courier New; font-size: 8pt&amp;quot;&amp;gt; Sub CheckLength()&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: Courier New; font-size: 8pt&amp;quot;&amp;gt;If Not ActiveDocument.Bookmarks.Exists(&amp;quot;WfTarget&amp;quot;) Then Exit Sub&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: Courier New; font-size: 8pt&amp;quot;&amp;gt;If Len(ActiveDocument.Bookmarks(&amp;quot;WfTarget&amp;quot;).Range.Text) &amp;gt; 80 Then&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: Courier New; font-size: 8pt&amp;quot;&amp;gt;If MsgBox(&amp;quot;Target &amp;gt; 80 signs! Stop and edit?&amp;quot;, vbYesNo, &amp;quot;Wordfast&amp;quot;) = vbYes Then&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: Courier New; font-size: 8pt&amp;quot;&amp;gt;Selection.Bookmarks.Add &amp;quot;WfStop&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: Courier New; font-size: 8pt&amp;quot;&amp;gt;End If&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: Courier New; font-size: 8pt&amp;quot;&amp;gt;End If&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-family: Courier New; font-size: 8pt&amp;quot;&amp;gt;End Sub&amp;lt;/span&amp;gt;&lt;br /&gt;
  Back to [[Wordfast Classic User Manual]]&lt;/div&gt;</summary>
		<author><name>Samar</name></author>	</entry>

	</feed>