You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However the Comal specification allows the use of a computed expression in place of <constant>. At present we handle allocation of strings in a static manner due to the constant size so this would require the implementation of dynamic length strings which is not supported in JComLib at present.
The text was updated successfully, but these errors were encountered:
stevewpalmer
changed the title
Support Comal non-constant string lengths in DIM...OF
Comal: Support non-constant string lengths in DIM...OF
Jan 5, 2025
The current syntax for DIM with strings is:
However the Comal specification allows the use of a computed expression in place of
<constant>
. At present we handle allocation of strings in a static manner due to the constant size so this would require the implementation of dynamic length strings which is not supported in JComLib at present.See the slp.lst sample and this line:
for an example.
The text was updated successfully, but these errors were encountered: