Environment Variables - IDEA Version?

2 posts / 0 new
Last post
KrisW
Offline
Joined: 02/16/2015 - 13:38
Environment Variables - IDEA Version?

I have used environment variables in the past to drive VBA script - Info: https://msdn.microsoft.com/en-us/library/office/gg264486.aspx
Is there such a function that can be used with IDEA? I am trying to determine if there is method of reading the version of IDEA being used to drive an IF statement in my code. Example, if running IDEA v7, Excel export is restricted to v97-2003 & 64k rows

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Hi Kris,  can you check out this post and see if it helps you out: http://ideascripting.com/forum/obtaining-user-details

Also if you are looking for the version of IDEA you can get that from the registry, if the info is in the registry let me know and I will find the code to access it.

Thanks

Brian