11-18-2024, 09:17 AM
(This post was last modified: 11-18-2024, 09:31 AM by AbsoluteBeginner.)
(11-18-2024, 01:34 AM)Yumda Wrote: how does LDarray.createfromvalue work? in order to set it up do I still need to set the dimension as well?
...
(translated by Google translator)
Hello, Yumda

It seems to me that you do not know this link: https://litdev.uk/LitDev.html
It says there: " LDarray.CreateFromValues(sbArray) - Create a new array from the values of a Small Basic array. "
Look at this data. If this does not help you, then be sure to let us know. We will be happy to tell you everything we know.

(11-18-2024, 01:34 AM)Yumda Wrote: ...
What I am trying to do is to read a list of items from a txt file, and be able to add or remove the item then write back the list.
...
LDList.Read(filePath) - Read a list from a file. returns: The list name if the operation was successful, otherwise "".