Hi Daniel,
that solved my issue, because I made the mistake and implemented the 3 functions (add, multiplyBy10 and mathCalculations) in the same CSBO called math instead of implementing the function matchCalculations in the CSBO FeedbackApp.
Still I am struggling to understand, why it does not work.
Why is it not possible, that a function “mathCalculation” defined in the CSBO “math” can call another function e.g. “add” which is defined in the same CSBO?
Do I just make a mistake and have to call it differently? – or is this not possible in general, that 2 functions within the same CSBO call each other? Why is this? Does this have to do with the way how you have designed CSBO’s to work?
Coming from other languages and thinking of an CSBO as an object which has some methods which can be called from “outside” e.g. the application, it is not possible that those methods call each other from within the CSBO.
Thank you for shedding some light.
Best regards
Andreas