Search found 3 matches

by AnC
Wed Jan 15, 2025 4:55 pm
Forum: Coding Questions
Topic: WindowedScreen question
Replies: 8
Views: 752

Re: WindowedScreen question

You can also hide the cursor with ShowCursor_(0)
by AnC
Thu Aug 12, 2010 10:53 am
Forum: Coding Questions
Topic: reading data inside a procedure - why will this not work?
Replies: 3
Views: 521

Re: reading data inside a procedure - why will this not work

Darn it, thanks srod, I never knew you could use Global Dim. :oops: as it worked in earlier versions of pb.
by AnC
Thu Aug 12, 2010 10:39 am
Forum: Coding Questions
Topic: reading data inside a procedure - why will this not work?
Replies: 3
Views: 521

reading data inside a procedure - why will this not work?

Very new here so please be nice! I've used arrays before so I know i'm doing something right but...

I have a text file that I am reading strings from into an array which works fine.

But when I put code inside a procedure it complains about my arrary not being recognised.

Below is just a simple ...