<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; VBS: Не работает Goto]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=7469&amp;type=atom" />
	<updated>2012-08-17T10:34:47Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=7469</id>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Не работает Goto]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=62884#p62884" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>smaharbA пишет:</cite><blockquote><p>поверьте, On Error GoTo 0 - обязательно пригодится</p></blockquote></div><p>Ок, спасибо!</p>]]></content>
			<author>
				<name><![CDATA[afteroot]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25967</uri>
			</author>
			<updated>2012-08-17T10:34:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=62884#p62884</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Не работает Goto]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=62883#p62883" />
			<content type="html"><![CDATA[<p>поверьте, On Error GoTo 0 - обязательно пригодится</p>]]></content>
			<author>
				<name><![CDATA[smaharbA]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=2911</uri>
			</author>
			<updated>2012-08-17T09:48:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=62883#p62883</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Не работает Goto]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=62882#p62882" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>smaharbA пишет:</cite><blockquote><p>On Error GoTo 0 совсем не тоже самое что On Error GoTo МеткаИлиНомерСтроки</p></blockquote></div><p>Сабж был именно про&nbsp; GoTo<br />Второй пост объяснил почему</p>]]></content>
			<author>
				<name><![CDATA[afteroot]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25967</uri>
			</author>
			<updated>2012-08-17T09:43:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=62882#p62882</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Не работает Goto]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=62881#p62881" />
			<content type="html"><![CDATA[<p>On Error GoTo 0 совсем не тоже самое что On Error GoTo МеткаИлиНомерСтроки</p>]]></content>
			<author>
				<name><![CDATA[smaharbA]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=2911</uri>
			</author>
			<updated>2012-08-17T09:41:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=62881#p62881</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Не работает Goto]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=62878#p62878" />
			<content type="html"><![CDATA[<p>Я ж говорю, что он начинает ручаться именно после GoTo! так что ничего не происходит</p>]]></content>
			<author>
				<name><![CDATA[afteroot]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25967</uri>
			</author>
			<updated>2012-08-17T06:26:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=62878#p62878</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Не работает Goto]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=62877#p62877" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>afteroot пишет:</cite><blockquote><p>Просто при опирации любой ставишь <br /></p><div class="codebox"><pre><code> On Error Resume Next</code></pre></div><p>Далее<br />[..]<br />Вуаля, обработчик сработал, что собственно мне и нужно было!<br />Тема закрыта!:cool:</p></blockquote></div><p>Еще вообще-то, если у скрипта есть дальнейшие действия, надо не забывать после обработки ошибки убирать действие &quot;On Error Resume Next&quot; командой:<br /></p><div class="codebox"><pre><code>On Error GoTo 0</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Rom5]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5724</uri>
			</author>
			<updated>2012-08-17T06:18:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=62877#p62877</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Не работает Goto]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=62836#p62836" />
			<content type="html"><![CDATA[<p>Всем спасибо! Нашёл выход!</p><p>Просто при опирации любой ставишь <br /></p><div class="codebox"><pre><code> On Error Resume Next</code></pre></div><p>Далее</p><div class="codebox"><pre><code>If Err.Number &lt;&gt; 0 Then
   MsgBox &quot;Не удалось создать ключи реестра &quot; &amp; ServiceName
   WScript.Quit
End If</code></pre></div><p>Вуаля, обработчик сработал, что собственно мне и нужно было!<br />Тема закрыта!:cool:</p>]]></content>
			<author>
				<name><![CDATA[afteroot]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25967</uri>
			</author>
			<updated>2012-08-16T06:47:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=62836#p62836</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Не работает Goto]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=62835#p62835" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>smaharbA пишет:</cite><blockquote><p>это не будет работать в VBS<br />это код для VB</p></blockquote></div><p>А для VBS есть переходы?</p>]]></content>
			<author>
				<name><![CDATA[afteroot]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25967</uri>
			</author>
			<updated>2012-08-16T06:40:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=62835#p62835</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: Не работает Goto]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=62834#p62834" />
			<content type="html"><![CDATA[<p>это не будет работать в VBS<br />это код для VB</p>]]></content>
			<author>
				<name><![CDATA[smaharbA]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=2911</uri>
			</author>
			<updated>2012-08-16T06:39:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=62834#p62834</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[VBS: Не работает Goto]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=62833#p62833" />
			<content type="html"><![CDATA[<p>Всем привет, подскажите плиз! <br /></p><div class="codebox"><pre><code>Sub Test()
    On Error GoTo Err1
    1&lt;&gt;1
    Exit Sub
Err1:
    Msg &quot;Ошибка&quot;    
    Resume Next
End Sub</code></pre></div><p>Выдает ошибку на Goto, может кто-то подскажет где ошибка?</p>]]></content>
			<author>
				<name><![CDATA[afteroot]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25967</uri>
			</author>
			<updated>2012-08-16T06:33:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=62833#p62833</id>
		</entry>
</feed>
