Tuesday, July 11, 2023

CBM Hand BASIC

CBM Hand BASIC Links:

Graphics Extension

New Commands

FAQ’s

Monday, April 13, 2020

What's New in Hand BASIC v1.7.5

Features:

- Print screen resolution and scale

PRINT RESOLUTION

  Note: resolution is device orientation sensitive

- Peek screen resolution, scale, and orientation

   Memory Addresses (2 bytes each)
   width: 1038
   height: 1040
   scale: 1042
   orientation: 1044

  Note: to find screen size in pixels multiply by screen mode

- Screen mode up to 3 (newer iPhones)
   use PRINT RESOLUTION to find max acceptable mode (scale)

Bug Fixes:
- False repeated Touch Moved events in iPhone 6s
- Text safe area for notch iPhones
- Some broken links


Have Fun!

Saturday, May 10, 2014

New Release v1.7

Whats New in v1.7

+ iOS 7 Support
+ Directories support
+ Improved Split Keyboard support
+ Improved External (Bluetooth) Keyboard support
+ Fixed Insert Graphic Command issue
+ Fixed EDIT file issue
+ Fixed Keyboard Accessory buttons issue
+ Minor changes and fixes

Details:
New Directory commands:
DIR - List files and directories (bracketed) in current working directory
DIR "filter" - List files and directories having the filter
PWD - Print current working directory
MKDIR "path" - Make new directory. Directory can be absolute or relative
CHDIR "path" - Change current working directory. Directory can be absolute or relative
RMDIR "path" - Remove/Delete directory. Directory can be absolute or relative.

Notes:
- You also can use file path in COPY file command.
- While you can make nested directories, it is recommended to make one level to keep things simple.
- FILES command will list files in current working directory only
- Root directory of BASIC programs is "/" (Documents Directory of the App)

You are welcome to give your feedback or maybe just want to say thanks :) . just drop a line in the comments below.

If you like this App you may also like TouchLua App (Free)

Have Fun!