<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt">
		<id>https://pt.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Abrindo_M%C3%BAltiplos_Arquivos_com_Nome_Incremental</id>
		<title>Abrindo Múltiplos Arquivos com Nome Incremental - Histórico de revisão</title>
		<link rel="self" type="application/atom+xml" href="https://pt.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Abrindo_M%C3%BAltiplos_Arquivos_com_Nome_Incremental"/>
		<link rel="alternate" type="text/html" href="https://pt.arcowiki.com/index.php?title=Abrindo_M%C3%BAltiplos_Arquivos_com_Nome_Incremental&amp;action=history"/>
		<updated>2026-04-11T05:15:33Z</updated>
		<subtitle>Histórico de edições para esta página nesta wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://pt.arcowiki.com/index.php?title=Abrindo_M%C3%BAltiplos_Arquivos_com_Nome_Incremental&amp;diff=230&amp;oldid=prev</id>
		<title>Slia: Criou a página com &quot;This example show how to create an series of different output files in a specific folder using incremental names.&lt;br/&gt;  &lt;code&gt;&lt;span style=&quot;color: green; text-decoration: non...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pt.arcowiki.com/index.php?title=Abrindo_M%C3%BAltiplos_Arquivos_com_Nome_Incremental&amp;diff=230&amp;oldid=prev"/>
				<updated>2018-06-14T07:48:35Z</updated>
		
		<summary type="html">&lt;p&gt;Criou a página com &amp;quot;This example show how to create an series of different output files in a specific folder using incremental names.&amp;lt;br/&amp;gt;  &amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: non...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This example show how to create an series of different output files in a specific folder using incremental names.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Creates a Dummy Point&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;F(q)=FEAT/POINT,CART,00,0,0,0,0,1&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;FA(q)=FEAT/POINT,CART,00,0,0,0,0,1&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Define some tolerance&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;T(CORTOL_1)=TOL/CORTOL,XAXIS,-0.1000,0.1000&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;T(CORTOL_2)=TOL/CORTOL,YAXIS,-0.1000,0.1000&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;T(CORTOL_3)=TOL/CORTOL,ZAXIS,-0.1000,0.1000&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Declare the files: ??? is the symbol for incremental files&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DID(uno)=DEVICE/INCR,'C:\uno_???.MEA'&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DID(due)=DEVICE/INCR,'C:\due_???.HTM'&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DID(tre)=DEVICE/INCR,'C:\tre_???'&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Little loop to create multiple file&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;(III)&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;OPEN/DID(UNO),FDATA,V(TEXT),OUTPUT,OVERWR&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;OPEN/DID(due),FDATA,V(HTML),OUTPUT,APPEND&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;OPEN/DID(TRE),FDATA,V(SPCLIGHT),OUTPUT,OVERWR&amp;lt;/code&amp;gt;&lt;br /&gt;
::::::&amp;lt;code&amp;gt;OUTPUT/FA(Q),TA(CORTOL_1),TA(CORTOL_2),TA(CORTOL_3)&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;CLOSE/DD(UNO)&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;CLOSE/DID(DUE)&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;CLOSE/DID(TRE)&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;JUMPTO/(III)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[it:Apertura di più file con nome incrementale]]&lt;br /&gt;
[[zh-cn:使用增量名称打开多个文件]]&lt;br /&gt;
[[pt:Abrindo Múltiplos Arquivos com Nome Incremental]]&lt;br /&gt;
[[de:Öffnen mehrerer Dateien mit inkrementellem Namen]]&lt;br /&gt;
[[es:Apertura de múltiples archivos con nombre incremental]]&lt;br /&gt;
[[en:Opening Multiple File with Incremental Name]]&lt;/div&gt;</summary>
		<author><name>Slia</name></author>	</entry>

	</feed>