how does LDarray.createfromvalue work? in order to set it up do I still need to set the dimension as well?
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.
In Ldlist.copy , it says it will copy from a list, do you need to declare a new list first or can it read from the file directly? or LDlist.createfromvalue , do we need to make a small basic array first?
Regards
This is what I did as a test
vocabList[1] = "alpha"
vocabList[2] = "Beta"
vocabList[3] = "Zeta"
vocabList[4] = "Eta"
newarray = LDList.CreateFromValues(vocabList)
some how it does not have any values..
what am I doing wrong here?
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.
In Ldlist.copy , it says it will copy from a list, do you need to declare a new list first or can it read from the file directly? or LDlist.createfromvalue , do we need to make a small basic array first?
Regards
This is what I did as a test
vocabList[1] = "alpha"
vocabList[2] = "Beta"
vocabList[3] = "Zeta"
vocabList[4] = "Eta"
newarray = LDList.CreateFromValues(vocabList)
some how it does not have any values..
what am I doing wrong here?