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).
Hello, I do the action "Get Element Text" => Variables: "Hello, how are you" I want to search for the word "you" to see if it appears in the text, so how can I do that? Thanks.
@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.
@heshamyassin1 said in please help i want to remove first blank character from the save text:
please help i want to remove first blank character from the save text
0_1550668261205_2019-02-20_161049.png
@uraabk Thx a lot.. will try it out :)