Interactive PowerBasic Forum

IT-Consultant: Charles Pegge => OxygenBasic => Topic started by: James C. Fuller on November 10, 2023, 01:51:22 PM

Title: 07P8 inc file issue
Post by: James C. Fuller on November 10, 2023, 01:51:22 PM
Charles,
  In the inc folder of 07P8 FileDialog.inc was changed to FileDialogs.inc

James
Title: Re: 07P8 inc file issue
Post by: James C. Fuller on November 10, 2023, 01:57:22 PM
Never mind.
I just re-read the OxyLog.txt file

James
Title: Re: 07P8 inc file issue
Post by: Nicola on November 10, 2023, 02:34:17 PM
Thanks Charles,
I didn't agree with the new born 07P8.
Thank you.  :D
Title: Re: 07P8 inc file issue
Post by: Nicola on November 16, 2023, 08:40:34 PM
Hi Charles,
How's it going with the new update?
Thank you.
Title: Re: 07P8 inc file issue
Post by: Charles Pegge on November 17, 2023, 08:42:55 AM
Very intense. I am redesigning the array system !
Title: Re: 07P8 inc file issue
Post by: Nicola on November 17, 2023, 07:57:08 PM
I wish you all the best in your work.
Thank you
Title: Re: 07P8 inc file issue
Post by: Charles Pegge on November 20, 2023, 06:28:25 PM
Hi Nicola,

There is light at the end of the tunnel. I just need a few more days to test the improvements.

del will delete an array of strings and bstrings, and release their memory allocation.

undim will del any variable including arrays then undef to remove the symbol itself.

All arrays are passed to a procedure in the same way *myarray[], so all their attributes are accessible.

Up to 30 dimensions are possible (but mad).
Title: Re: 07P8 inc file issue
Post by: Nicola on November 20, 2023, 09:04:04 PM
Fantastic Charles,
Take your time... I'm sure it will be a wonder.
Thanks again.