on 2024 Nov 18 12:07 PM
Multilable function in Javascript.
Request clarification before answering.
Hello,
Could you please check the following code:
import com.sap.it.api.mapping.Output
def void multilabel(int[] var1, Output output) {
if (var1.length > 0) {
int b = var1[0]
for (int i = 0; i < b; i++) {
output.addValue(i + 1)
}
}
}
BR,
Andrzej
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
41 | |
15 | |
10 | |
9 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.