Cubix-Dev / SNext

An open source Gaming Console.
MIT License
8 stars 2 forks source link

[Idea] (HighClass) Exact variations of list functions #16

Open LeWolfYT opened 1 year ago

LeWolfYT commented 1 year ago

Example

list [apple] [APPLE]

(item # of (APPLE) in list (list)) returns 1, not 2

this could be used for encoding cloud variables

Alternative solution Use a custom block that loops through every possible character and every index (super inefficient)

oooorrrrrr remove all of the non-exact functions entirely, replacing them with exact counterparts

ShipmasterKyle commented 1 year ago

Wait so what exactly is the issue? You'd like to search list for a variables? Could you add code examples to show exactly what you're trying to achieve?

LeWolfYT commented 1 year ago
Screen Shot 2022-08-16 at 7 28 01 PM
ShipmasterKyle commented 1 year ago

Ah. I see the issue. I feel like theres a workaround for this but we're I'll add it to the patch list.

LeWolfYT commented 1 year ago

Thanks!