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 parse line that contains more elements like - Name:Lastnameyear? I have txt file that contains this information and i need to use it for form filling.
@p1r4t3 Again, stupid me :DD Found it, if anyone else needs it Tools>Parse Line
yes thankyou
I can't get the if conditions to work properly
Immagine 2024-10-27 181112.png
https://wiki.bablosoft.com/doku.php?id=how_to_search_for_element
https://community.bablosoft.com/topic/15215/how-can-i-search-for-a-specific-link-in-a-mail-body/2
https://community.bablosoft.com/topic/14576/нажатие-на-элемент-по-ссылке-match-xpath
@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.