The following are the issues that arose during the trial:
Questions about "Actions:Input Box"as follows:
1. Assign Entered Value to Variable : Variables written will automatically become uppercase
2. "Task name":An error will occur when there are too many Chinese characters(More than 26 different Chinese characters,),Log prompt error:"An error occurred"or "Aborted"("Input Box" :The following "Actions" will not be executed)
3. "Actions:Input Box":
"Prompt String":An error will occur when there are too many Chinese characters(More than 26 different Chinese characters,),Log prompt error:"An error occurred"or "Aborted"("Input Box" :The following "Actions" will not be executed)
If problems 2 and 3 above occur at the same time or separately, the errors will be random(Log prompt error:"An error occurred"or "Aborted").
Questions about "Actions:Input Box"
Re: Questions about "Actions:Input Box"
Variable names are case-insensitive,1. Assign Entered Value to Variable : Variables written will automatically become uppercase
so the names MyVar, myvar, and MYVAR are all the same name.
Could you give me some examples of Chinese strings that you want to use? I want to check it myself.If problems 2 and 3 above occur at the same time or separately, the errors will be random(Log prompt error:"An error occurred"or "Aborted").
Oleg Yershov