Writing/Reading a list of strings and lists

wdegler

Active Member
Licensed User
Longtime User
I have a list made of two strings followed by a variable number of lists each composed of a variable number of strings eg.
["a","b",["c","d"],["ef","gh"]...].

Can someone tell me what is the best way of saving this kind of item to a file and later reading it in again?
 

wdegler

Active Member
Licensed User
Longtime User
Thank you for the help

Thank you for the help...all of you.

This advice should save me from the sticky business of heavy parsing before writing and after reading.
 
Upvote 0
Top