Interpretation of APLVersion property
From Phil Last on the DyalogUsers forum:
Version 12.1 sees the version in APLVersion extended to 4 nodes from 3.
I currently have:
APLVersion
Windows 12.0.5 W Development
APLVersion
Windows 12.1.1.3889 W Development
I know the first (12) and second (0 and 1) nodes are but I can't now
remember whether the third is significant in putting a saved ws out of
reach of older versions.
My reason for wanting to know is that although )SAVE prompts with a
msgbox if I ask 12.1 to save my ws that was last saved by 12.0, ⎕SAVE
doesn't afford me the same consideration.
Will 12.1.2 wss (if such ever exist) be inaccessible from 12.1.1 and is
the answer algorithmic?
I can easily write a condition into my Save function but need to know
what the criterion is.
Phil
Version 12.1 sees the version in APLVersion extended to 4 nodes from 3.
I currently have:
APLVersion
Windows 12.0.5 W Development
APLVersion
Windows 12.1.1.3889 W Development
I know the first (12) and second (0 and 1) nodes are but I can't now
remember whether the third is significant in putting a saved ws out of
reach of older versions.
My reason for wanting to know is that although )SAVE prompts with a
msgbox if I ask 12.1 to save my ws that was last saved by 12.0, ⎕SAVE
doesn't afford me the same consideration.
Will 12.1.2 wss (if such ever exist) be inaccessible from 12.1.1 and is
the answer algorithmic?
I can easily write a condition into my Save function but need to know
what the criterion is.
Phil