<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=ApsySuffix_%28Imagine_property%29</id>
	<title>ApsySuffix (Imagine property) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=ApsySuffix_%28Imagine_property%29"/>
	<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=ApsySuffix_(Imagine_property)&amp;action=history"/>
	<updated>2026-04-16T03:47:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=ApsySuffix_(Imagine_property)&amp;diff=120823&amp;oldid=prev</id>
		<title>Alex: Create ApsySuffix Imagine method page</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=ApsySuffix_(Imagine_property)&amp;diff=120823&amp;oldid=prev"/>
		<updated>2026-04-14T03:21:21Z</updated>

		<summary type="html">&lt;p&gt;Create ApsySuffix Imagine method page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;ApsySuffix: Return the APSY suffix character for the current connection&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;ApsySuffix&amp;lt;/var&amp;gt; method returns the APSY suffix character for the current Imagine connection as a String.&lt;br /&gt;
&lt;br /&gt;
If no suffix is active (the port does not have &amp;lt;var&amp;gt;[[APSYSUFFIX (JANUS DEFINE parameter)|APSYSUFFIX]]&amp;lt;/var&amp;gt; defined, or the broker did not send a suffix), an empty string is returned.&lt;br /&gt;
&lt;br /&gt;
This is a shared, read-only method.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;%&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;suffix&amp;lt;/span&amp;gt; = %(&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;imagineObject&amp;lt;/span&amp;gt;):&amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;ApsySuffix&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Return value==&lt;br /&gt;
A String containing the single-character APSY suffix (A-Z, 0-9) for the current connection, or an empty string if no suffix is active.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Use &amp;lt;var&amp;gt;ApsySuffix&amp;lt;/var&amp;gt; to determine which suffix the connecting broker presented during the handshake. This is useful in APSY code that needs to vary its behavior based on which DBS instance the connection is targeting.&lt;br /&gt;
&lt;br /&gt;
This is new as of &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; version 8.0.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%suffix = %(system):ApsySuffix&lt;br /&gt;
If %suffix NE &amp;#039;&amp;#039; Then&lt;br /&gt;
   Print &amp;#039;Suffix: &amp;#039; %suffix&lt;br /&gt;
End If&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[DbsName (Imagine property)|DbsName]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[APSYSUFFIX (JANUS DEFINE parameter)|APSYSUFFIX]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[List of Imagine methods]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Imagine methods]]&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>