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 - Rich

Pages: [1]
1
QB64 Discussion / Code Evaluation
« on: June 07, 2020, 01:49:24 pm »
Hello,

Does anyone know of a place where I can have my code evaluated. I am looking for some site or person that can evaluate my code and give me some pointers and/or some constructive criticism.

Thank you!

2
QB64 Discussion / Re: Storing a date$ & time$
« on: March 02, 2020, 09:43:54 pm »
Thank you!

3
QB64 Discussion / Storing a date$ & time$
« on: February 29, 2020, 05:48:43 pm »
Hello,

Is it possible to store a system date and time to a text file? I would like to log in with an employee Id and date/time stamp the entry.

Thank you,

Rich

4
QB64 Discussion / Re: LOCATE FUNCTION
« on: January 31, 2020, 01:13:11 pm »
S McNeill,

It looks as though your code writes over the top of chr$(177) and never advances across the screen. Am I seeing this correctly?

Rich

5
QB64 Discussion / Re: LOCATE FUNCTION
« on: January 31, 2020, 09:12:51 am »
Thank you for the examples and quick response.

6
QB64 Discussion / LOCATE FUNCTION
« on: January 30, 2020, 06:57:09 pm »
Hi,

I am a newbie, so please excuse the question. I would like to know if it is possible to use For/Next to increment the cursor location and print ASC character 177? Can you provide a simple example?

Thanks,

Rich

7
QB64 Discussion / Re: InForm Question
« on: January 27, 2020, 10:00:53 am »
Thank you!

8
QB64 Discussion / InForm Question
« on: January 23, 2020, 06:39:59 pm »
I am confused as to where to place my code after I have created and a form in Inform. There seems to be many places to put the code. Is there a template available to show what control subroutine (in QB64) relates to a specific control. I hope this makes some sense.

Pages: [1]