2016-11-09 7 views

答えて

0

サンプルコードABC Settings.Password:

*** Test Case *** 
first test 
${contents}=Get File data.txt 
Create File data2.txt @{lines}=Split to lines ${contents} 
:FOR ${line} IN @{lines} 
\ ${length}= GetLength ${line} 
\ Run Keyword if ${length} != 0\ Append To File data2.txt ${line}\n 
関連する問題