Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] best way to store paragraphs per file entry?
#1
Hi,

I have unique paragraphs of text that I want to store and fetch easily.

I tried using spreadsheets but they're too slow to use when fetching data.

I tried using setfile and get file, but when I store the strvar.getfile into an array, the array elements will wrongly tokenize the data based on new lines, which some paragraphs have. So, some paragraphs get split up, which I wish to avoid.

Here's some sample data

1.
asdfadfsasf

34324234

34gdfvtft


2.
23423f
23dsfdsf
6gfdg


3.
asdfdsf3r4

hjrthjru


If all goes well, that should be 3 array elements.

Thanks.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)