Menu

#65 Expand EDITV to allow "Associative Arrays" like Rexx does

open
nobody
None
5
2013-07-17
2013-07-17
LesK
No

In Rexx I can code:

name='my name'
city.name='Tampa'

but EDITV can't handle: 'EDITV PUT city.name'

I'd like to see it extended to handle that. Perhaps like this?:

'EDITV PUT "city.name" '

Discussion


Log in to post a comment.