plaese help explain such statement ABYTE.0[Index]=0, what is that mean
I read a standard program, and can not understand this sentance
ABYTE VAR BYTE
INDEX VAR BYTE
FOR INDEX=0 TO 7
ABYTE.0[INDEX]=1 'what the "0" follow ABYTE mean? it is not a arry?
NEXT INDEX
ABYTE.0[INDEX], ABYTE[INDEX], ABYTE(INDEX) , they are the same?
I can not found any information about that, I think it is the way to change every bit of a byte, where is the rule?
great thanks
really appreciate your help
seemed lots of secret skill in PBP not in manual. any document about that mystery?
really appreciate your help
The Document about the "Mystery"
Hi
Quote:
seemed lots of secret skill in PBP not in manual. any document about that mystery?
I do not agree that there is any mystery. Each time I read the manual I understand more clearly something that I had either brushed over or misunderstood. Personally I think the manual is written very well. yes, it is concise yes but remember it is a "reference" manual
and I do "misunderstanding" really well :) it's one of the most constant skills I have brought through my whole life.
If fact... hang on a second......... page 2 section 1.2
Quote:
This Manual cannot be a full treatise on the BASIC Language..........
now I found that quote in a couple of seconds, I doubt I would have been albe to do so in something like Horowitxz for example. Just look at the linear shelf space taken up by manuals in your local high street, manuals explaining manuals referencing the main manual, quick tips, hot tips, concise, complete.........
The Beauty of PBP is it is stable (for me) and very easy to use, that doesn't mean the code we write with it cannot get horrendously complex.
Everybody (maybe) gets stuck sometimes, its natural, and thank god there is a place we all can come to get help.
Your welcome
Duncan