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).
I need to read file name and save it as variable (for video upload - bas should take video file name and post it as title during uploading). Can't find such option in BAS. Anybody knows how?
@cezar https://community.bablosoft.com/post/100622
@tet-vivi perfect! 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.
@Jamroy Can you explain how you did it please?