Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
In main process notify shape what you mentioned?
Thanks for this informative video.Could you please upload connector call function related video.
It is very helpful, thank you sir for such a wonderful video.
can u upload xml doc?
Can you post groovy script code for this video
Sorry for late reply here you go:if (opcode.equalsIgnoreCase('ADD')) {output=operand1 + operand2;}else if (opcode.equalsIgnoreCase('SUB')) {output=operand1 - operand2;}else if (opcode.equalsIgnoreCase('MULT')) {output=operand1 * operand2;}else if (opcode.equalsIgnoreCase('DIV')) {output=operand1 / operand2;}else {output=0;}
Because of i got some error.
if (opcode.equalsIgnoreCase('ADD')) {output=operand1 + operand2;}else if (opcode.equalsIgnoreCase('SUB')) {output=operand1 - operand2;}else if (opcode.equalsIgnoreCase('MULT')) {output=operand1 * operand2;}else if (opcode.equalsIgnoreCase('DIV')) {output=operand1 / operand2;}else {output=0;}
In main process notify shape what you mentioned?
Thanks for this informative video.
Could you please upload connector call function related video.
It is very helpful, thank you sir for such a wonderful video.
can u upload xml doc?
Can you post groovy script code for this video
Sorry for late reply here you go:
if (opcode.equalsIgnoreCase('ADD')) {
output=operand1 + operand2;
}
else if (opcode.equalsIgnoreCase('SUB')) {
output=operand1 - operand2;
}
else if (opcode.equalsIgnoreCase('MULT')) {
output=operand1 * operand2;
}
else if (opcode.equalsIgnoreCase('DIV')) {
output=operand1 / operand2;
}
else {
output=0;
}
Because of i got some error.
if (opcode.equalsIgnoreCase('ADD')) {
output=operand1 + operand2;
}
else if (opcode.equalsIgnoreCase('SUB')) {
output=operand1 - operand2;
}
else if (opcode.equalsIgnoreCase('MULT')) {
output=operand1 * operand2;
}
else if (opcode.equalsIgnoreCase('DIV')) {
output=operand1 / operand2;
}
else {
output=0;
}