wayos New member Mar 13, 2019 #1 I would like to display the build number on my system, is it possible? (php? javascript?). @gdgsupport Thank you.
I would like to display the build number on my system, is it possible? (php? javascript?). @gdgsupport Thank you.
gdgsupport Support Staff member Mar 13, 2019 #2 Sure, the following version numbers are available through GetString: Code: <?php echo exo_get_resstring('SPubProductVer'); ?> <?php echo exo_get_resstring('SPubVersion'); ?> For JavaScript, it’s a bit more complicate because this requires a callback: see https://www.exeoutput.com/help/loca...e-string-directly-into-your-php-and-html-page Last edited: Mar 13, 2019
Sure, the following version numbers are available through GetString: Code: <?php echo exo_get_resstring('SPubProductVer'); ?> <?php echo exo_get_resstring('SPubVersion'); ?> For JavaScript, it’s a bit more complicate because this requires a callback: see https://www.exeoutput.com/help/loca...e-string-directly-into-your-php-and-html-page