Search found 18 matches

by Erg2
Sat Nov 05, 2022 9:41 pm
Forum: Other topics
Topic: Keyboard Globe Key
Replies: 0
Views: 7077
Flag: Australia

Keyboard Globe Key

Hi All, I have several language keyboards on my iPad settings Eg. English, Turkish, Arabic etc As required, during each input field, I press the “globe key” on the pop up keyboard to change and enter the desired language text. Is there a settings option that can used within the program OR can this b...
by Erg2
Mon Apr 11, 2022 10:19 am
Forum: Other topics
Topic: FRACT of Zero
Replies: 1
Views: 1564
Flag: Australia

FRACT of Zero

'Hi Mr Kibernetik,

'why is this happening?

a=7.1
print integ(a) 'answer is 7, all good

b=fract(a)*60 'that is, 0.1 * 60 = 6
print b 'answer is 6, all good

print fract(b) 'displaying answer as 1

'if b=6 then why is it that fract(b) equals 1, should it not be zero?

Thanks
by Erg2
Mon May 10, 2021 9:04 pm
Forum: Other topics
Topic: Selective area load of Images
Replies: 3
Views: 2457
Flag: Australia

Re: Selective area load of Images

Fantastic, Thank you once again Matt
by Erg2
Mon May 10, 2021 10:25 am
Forum: Other topics
Topic: Selective area load of Images
Replies: 3
Views: 2457
Flag: Australia

Selective area load of Images

Hi I’m loading a png image, and setting it to a location on the screen, then using sprite with black drawn rectangles to cover up what I don’t want to display. Not a good way to do it, when you have multiple images and each time you want to display different areas of the other png images. Is there a...
by Erg2
Fri Apr 09, 2021 8:12 pm
Forum: Other topics
Topic: Reading nth line in a file
Replies: 4
Views: 2878
Flag: Australia

Re: Reading nth line in a file

Hi Matt,

Thank you so much, works great.
Regards,
by Erg2
Thu Apr 08, 2021 9:47 am
Forum: Other topics
Topic: Reading nth line in a file
Replies: 4
Views: 2878
Flag: Australia

Reading nth line in a file

Hi, I’ve tried for a while and can’t find a solution to my problem. I’m a beginner and a learner. My file contains 6000 text lines. I use FILE N$ READLINE X$ I want to start the redline to only start to read from say line 5000 and onwards, not from the beginning of the file FILE N$ READLINE X$, work...
by Erg2
Wed Jun 05, 2019 7:23 am
Forum: Other topics
Topic: Barcode Scanner
Replies: 3
Views: 2440
Flag: Australia

Barcode Scanner

How complex is it to write a Barcode Scanner? Using the iPhones camera and interpreting the barcode into meaningful numbers/letters. Which commands would be required? Any tips on the structure of the programming would be appreciated. Thanks
by Erg2
Sun Aug 06, 2017 6:46 am
Forum: Other topics
Topic: Debug Window
Replies: 1
Views: 1085
Flag: Australia

Debug Window

Hi

Can the debug window be saved, exported or copied as a text file with all its variables and values?

Thanks
by Erg2
Sat Jul 15, 2017 7:27 am
Forum: Other topics
Topic: Running programme in step mode
Replies: 1
Views: 1009
Flag: Australia

Running programme in step mode

Hi Mr. Kibernetik, I'm struggling with some of the procedures I write, because I see myself as a beginner and sometimes my routines a very long and remembering where my GOTO's and GOSUB' and IF's and THEN's etc...end up, sometimes I loose track and can't even follow my own thinking, lol. I recall on...
by Erg2
Mon Jun 19, 2017 8:54 am
Forum: Other topics
Topic: Draw Text in any Angle direction
Replies: 4
Views: 1817
Flag: Australia

Re: Draw Text in any Angle direction

Fantastic :)
Thank you Mr. Kibernenik