How to know what version app is compliled in?

Hello all.
Is there a way to programmatically tell what version an app was compiled in? Xojo 2017rx 2018rx??

Thanks,
Tim

I think “XojoVersionString” might do the trick:

https://documentation.xojo.com/api/language/xojoversion.htmlString

  • Tim

Thanks Tim,
Yes I think that will do the trick!
Tim