Search found 3 matches

by JBW
28 August 2007, 11:12 AM
Forum: ZX-24
Topic: VM Update - V2.3
Replies: 9
Views: 6535

Re: Vm Update V 2.3

Vic,

If you are using the ZBasic IDE, one method you could use is to choose Options - Device Options - Identify Device.

Jack
by JBW
14 May 2007, 13:13 PM
Forum: ZBasic Language
Topic: Don't know what is happening!!!!
Replies: 1
Views: 5774

Vic,

I just saw this post. If I understand what you are trying to do, I think if you move "tstr = """ outside the do...loop the code will return the results you are looking for.

Jack
by JBW
13 July 2006, 11:52 AM
Forum: ZBasic Language
Topic: Numbers after decimal point
Replies: 2
Views: 5386

Patrick,

To limit the number of digits after the decimal point try "fmt(val,fracDigits)".

See page 67 of the ZBasic System Library Manual for details.

Jack