Is this possible?
#1

Here is my problem. I am too lazy to make new data on query everytime I update it. Is there a way too loop through the enum and query it without writing every data. Or is there any other way?

Thanks in advance
Reply
#2

I have explored almost everything but still looking for a solid solution.
Reply
#3

Quote:
Originally Posted by ******
Посмотреть сообщение
You can't loop through an arbitrary enum, but you can treat the memory as a binary object and just write it all to and from memory at once. This is the principle on which both my y_uvars library and Slice's user library are based, so there's a few examples for you to look at (though they both use quite advanced techniques).
Thanks ******. I would look at them both.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)