My question is: How can I copy a string to a specific line in an other field ?
For example my script below can copy a specific line from the fld "laDefinition" but what to do if I want this line to by copied to line 3 of fld "laCible" ?
Code: Select all
copy line 4 of fld "laDefinition"
focus on nothing
focus on fld "laCible"
if the clipboard is "text" then paste