Portable version (Re: OLE: scalc (creating data, display it in a chart)

2022-08-04 Thread Rony G. Flatscher
This is the second of a total of four postings with the intention to demonstrate how to realize the same functionality of the posted OLE samples without OLE and in a portable way (running unchanged on Windows, Linux and Apple). These are samples in the ooRexx scripting language, which usually c

OLE: scalc (creating data, display it in a chart)

2022-06-24 Thread Rony G. Flatscher
This ooRexx program creates a scalc spreadsheet, its data and a chart. There is a routine that allows to fetch constant and enum values in an ooRexx directory, such that sending the name of a constant or enum value will return the value one has to use as an argument. /***