Jump to content

Even and odd


Lessur

Recommended Posts

not possible, I don't think a built in function does that, only idea, is auto increment by 2, in an array.  I guess like for 0 - odd number's
start at 1
auto increment it +2, for each and every array entry
it'll be
1
3
5
7
9
11
and set a maximum like 500 for the maximum that should handle most of your needs
then create another array auto increment it by +2 which I think is
++++
++ is auto increment
then run the array through that
until a max 500
so it would be
2
4
6
8
10
and so forth, then pull out some regex's and start working with creating a variable to test it against the array, somehow and try to figure out whether it matched the array on an even number or on a odd number, that's a theory to run with atleast.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.