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).
Hi i have xxxx-xxxx-xxxx-xxxx code in txt file. i want write in input. how can I do it?
@SienLope You can use either move and click on element or type text and use "TAB" key to navigate to other columns.
i fixed with create variable
@naexikeyxidor describe your problem
@wynell, the "Parse Line" action in the "Tools" section
1b2498b3-2a8a-4f8c-b7d3-90feb2dbecaa-image.png
@BerkeT said in Reuse system and if code problem:
If have test_123 I'dont want to using Get_code How can i do this ?
declare variables before using them
@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.