Search found 7 matches

by Omar1993
Mon Apr 17, 2017 8:19 pm
Forum: Coding Questions
Topic: split string into array/list based on delimiter?
Replies: 9
Views: 3585

Re: split string into array/list based on delimiter?

Wow guys! Thanks so much!
As I am still learning, I will use both examples and see which one works best.
Again, thanks for your time!
by Omar1993
Mon Apr 17, 2017 7:23 pm
Forum: Coding Questions
Topic: split string into array/list based on delimiter?
Replies: 9
Views: 3585

split string into array/list based on delimiter?

Hello again,
In my adventures of transitioning to pure basic I have been looking for a way to perform this task.
In basics, I want to be able to split a string into a list, or an array (probably a list) based on a delimiter found in the string.
I am aware string field can be used, but what if you ...
by Omar1993
Sat Dec 31, 2016 12:41 pm
Forum: Game Programming
Topic: encrypting sound files in pure basic, can it be done?
Replies: 9
Views: 5849

Re: encrypting sound files in pure basic, can it be done?

Omg! Ahahaha! That's amusing as heck rofl. :) :) LOL extremely amused this very moment.
by Omar1993
Sat Dec 31, 2016 12:30 pm
Forum: Game Programming
Topic: encrypting sound files in pure basic, can it be done?
Replies: 9
Views: 5849

Re: encrypting sound files in pure basic, can it be done?

I will do of course. And I forgive you for your pun xd. Throw all the vision jokes you can throw at me, I've heard em all. Hahaha.
by Omar1993
Sat Dec 31, 2016 12:16 pm
Forum: Game Programming
Topic: encrypting sound files in pure basic, can it be done?
Replies: 9
Views: 5849

Re: encrypting sound files in pure basic, can it be done?

Holycrap. Thanks so much for your help to start off my new year! I'll be sure to look around what all of that does, since as of now you just completely blew my mind. :)
Thanks so much!
by Omar1993
Sat Dec 31, 2016 12:01 pm
Forum: Game Programming
Topic: encrypting sound files in pure basic, can it be done?
Replies: 9
Views: 5849

Re: encrypting sound files in pure basic, can it be done?

You certainly can encrypt sound or any other files, very easily too, but you'll forever be up against the insurmountable analog loophole allowing anyone to simply press Record when your decrypted audio is playing, but anyway encryption obviously still adds that extra layer of work that they need to ...
by Omar1993
Sat Dec 31, 2016 11:38 am
Forum: Game Programming
Topic: encrypting sound files in pure basic, can it be done?
Replies: 9
Views: 5849

encrypting sound files in pure basic, can it be done?

Hi everyone,
I am an audio game developer for the blind. I am myself blind, but that's not really what I've come to talk about today.
Feel free to pm me or email me if you want more info about that, I will gladly take any questions you may have.
So anyway, audio games rely purely on sound alone. And ...