The operation yail-divide cannot accept the arguments: , [""], [2]

Please help
I'm trying to build an algorythm that finds prime numbers
The operation yail-divide cannot accept the arguments

Another way....
https://groups.google.com/g/mitappinventortest/c/xluJ9KV7qCs/m/OVKJv7WuCQAJ

also

Thanks, but i want to make my own algorythm that i can add whatever i want too. Besides the finding of the prime number, i want to find the divisors of that number aswell

this error occurs, if the textbox is empty


you might want to add a data validation check before starting the calculation...
also for large n your while loop will block the device and this might result in a runtime error...

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

Your variables n and i are treated like numbers in one place, and as lists in another place.

Make up your mind.

If you need to keep a list, make a new variable with a separate name, and init it with create empty list

Sample:

It works now thanks guys!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.