Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to print something in Local Storage to txt file?
@Pusat I have a module for this.
@Nazar Can you contact me via telegram? @pusats
@Pusat I answered you in tg.
thank you
@huntenkill said in Parsing all lines from text file:
VAR_NPCLIST
VAR_NPCLIST is already list I guess. There is no split() function in javascript for array types. Split() works for string types.
Thank you! it worked, i was using [[VARIABLE]]/Images.txt with expression, it was also giving me error but then i used it with string then it worked. I thought in string, variables values cannot be used :)
Thanks a lot. That was easy. I used LOG then WRITE FILE as csv and it worked well.