How to Determine the current Alpha Anywhere server version
Description
In an A5W page, insert this code to display the version:
<%a5
? "version: " + version("b") + "-" + a5_system_addin_version()
%>Alternatively, you can enter this code into the interactive window:
? "version: " + version("b") + "-" + a5_system_addin_version()See Also