Search found 3 matches

by Omara1993
Sun Jan 21, 2024 6:23 am
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 344
Views: 126465

Re: PureBasic 6.10 beta 3 is out !

Hello!
Looping streaming sounds appears to only play the sound once. So If you create a sound as streaming and then play it as #PB_Sound_Loop, the flag appears to be ignored as the sound only plays once instead of in a continuous, looping manner. This was tested on windows, I am unsure how other ...
by Omara1993
Sun May 03, 2020 12:52 am
Forum: Coding Questions
Topic: Attempts to read a file into a string aren't fully working
Replies: 4
Views: 1333

Re: Attempts to read a file into a string aren't fully worki

Hi there.
Wow, I was quite a ways off. Lol. Thanks for this!
by Omara1993
Sun May 03, 2020 12:21 am
Forum: Coding Questions
Topic: Attempts to read a file into a string aren't fully working
Replies: 4
Views: 1333

Attempts to read a file into a string aren't fully working

Hello all.
I have function that is supposed to make my life a little easier. It reads a file and returns it as a string.
It works out great if you give it a text file, though I might not always handle text files. This is where the problem is. I'm actually trying to revise my sound encryption system ...