Hello, im trying to split a line separated with ";" in few vars, but i cant make it.I have a txt file with this data:username;email;passwordusername2;email2;password2I read the file and store in a table with one column.After this, i have the txt data in a table, this work fine.I loop in the table, and try to use variable operate to split each the first line, and save in three string vars (username, email and password), but i cant make it (the test work fine)The save to is only active for table v...