Hi,
I'm using this snipet to get info about runtime :
string ls_version
contextinformation lcx_key
GetContextService ( "ContextInformation", lcx_key)
lcx_key.GetVersionName ( ls_version )
But it returns 19.2.0
Im using PB 2019R3 and runtime 2703.
Is there some way to get version like 19.2.0.2703 ?
Thank you Ales
I tried to find something else then I'm using, but I'm not good at finding info in PB help as you,
Thank you.