<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.autoitscript.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vis</id>
	<title>AutoIt Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.autoitscript.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vis"/>
	<link rel="alternate" type="text/html" href="https://www.autoitscript.com/wiki/Special:Contributions/Vis"/>
	<updated>2026-05-14T17:40:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://www.autoitscript.com/w/index.php?title=Talk:Main_Page&amp;diff=11932</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.autoitscript.com/w/index.php?title=Talk:Main_Page&amp;diff=11932"/>
		<updated>2013-09-18T05:42:45Z</updated>

		<summary type="html">&lt;p&gt;Vis: /* How to use if else with @OSArch */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;For discussions about the AutoIt Wiki &amp;quot;Main Page&amp;quot;.&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;(See the [[AutoIt_Wiki:Community_portal|Community portal]] page for general info on AutoIt Wiki)&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;(Use the [[AutoIt_Wiki_talk:Community_portal|Community portal discussion]] page for general AutoIt Wiki talk)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== How to use if else with @OSArch ==&lt;br /&gt;
&lt;br /&gt;
Hi All,&lt;br /&gt;
&lt;br /&gt;
Thanks in advance for the help&lt;br /&gt;
&lt;br /&gt;
I have some code which is running successfully but not giving the output.&lt;br /&gt;
&lt;br /&gt;
here it is&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Func BitCompatibility()&lt;br /&gt;
	Local $OStype&lt;br /&gt;
	$OStype = @OSArch&lt;br /&gt;
	If $OStype == &amp;quot;X64&amp;quot; Then&lt;br /&gt;
&lt;br /&gt;
	MsgBox(0,64,$OStype)&lt;br /&gt;
&lt;br /&gt;
ElseIf	$OStype == &amp;quot;X86&amp;quot; Then&lt;br /&gt;
	MsgBox(0,32,$OStype)&lt;br /&gt;
&lt;br /&gt;
EndIf&lt;br /&gt;
EndFunc&lt;/div&gt;</summary>
		<author><name>Vis</name></author>
	</entry>
</feed>