Instead of checking for a specific version, how about checking for the presence of a feature/addon? For example, if your grid uses qt then you could check for the presence of the qtide
# names_jqtide_'' 168 On Thu, Feb 13, 2014 at 7:23 AM, Lippu Esa <[email protected]> wrote: > Many thanks to the Group for the J8 effort! > > I haven't had much time to use the beta versions but I try to use the J8 > release as much as possible. > > To facilitate a smooth version change from J6 to J7 almost three years ago > I made my grid using code version sensitive by introducing a global > variable: > > jmv=:0".1 {"(1) 9!:14 '' > > Now this doesn't differentiate between J7 and J8 as the engine is J7. I > hastily implemented: > > jmv=:({~>:@i.&'j')BINPATH_z_ > > as my BINPATH is either c:/j701/bin or c:/j801/bin. > > What would be the right way to do this? > > Best Regards, > > Esa > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
