Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cfalcon030

Pages: [1]
1
QB64 Discussion / Re: Looking for old program or help recreating it
« on: December 09, 2021, 05:27:42 pm »
Does this match what you are looking for

https://archive.org/details/gameeven.qb64

2
QB64 Discussion / Re: How to load system fileselector
« on: December 08, 2021, 01:28:07 pm »
Thank you all for the code snippets and links.

QB64 (and by extension QBasic) is syntactically different from the Basic dialects I've used and there are commands I am trying to type that have to be done very differently in qb64 since they don't exist or exist quite differently. The code you are posting is sometimes hard for me to follow as well since I have no prior experience with QBasic. So expect some silly questions in the future.

3
QB64 Discussion / Re: How to load system fileselector
« on: December 08, 2021, 11:27:04 am »
@bplus exactly, I will look into it for sure.

4
QB64 Discussion / Re: Looking for old program or help recreating it
« on: December 07, 2021, 06:56:08 pm »
If you don't mind me asking, what is your end goal? If it's to determine the randomness of your sample data you will need a different algorithm like a Runs test and not a predictive algorithm.
https://en.m.wikipedia.org/wiki/Wald%E2%80%93Wolfowitz_runs_test

5
QB64 Discussion / Re: How to load system fileselector
« on: December 07, 2021, 01:14:36 pm »
That was amazingly fast. Thank you.

6
QB64 Discussion / How to load system fileselector
« on: December 07, 2021, 12:27:12 pm »
Hello,
I am new here and a fan of BASIC trying to assess qb64 /inform for my project. My program needs to do three things.

Get a file path from the system.
Get a directory path from the system.
Execute an external command based on program logic.

I understand that the third part can be done using the SHELL command, I just haven't found anything for the first part. I can't find a way to load the system fileselector.

Is that possible?

Alternatively, I saw that inform produced a fileselector. Is that callable somehow (I know I am not in the right subforum for that so I apologize in advance)

Pages: [1]