Re: Array question


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Barbara Brazil on March 10, 2011 at 06:36:36:

In Reply to: Array question posted by Grant Foraker on March 09, 2011 at 15:34:52:

Grant:

In Comet32 the array element indices begin at 0 instead of 1 so:

In Comet16:
length 6.0 & local array$(2,10)
to load the entire array:
100 format array$(1,1) 20*8

In Comet32:
length 6.0 & local array$(1,9)
to load the entire array:
100 format array$(0,0) 20*8

Try that. I think it will work. :-)




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]