Shop OBEX P1 Docs P2 Docs Learn Events
Variables — Parallax Forums

Variables

hmlittle59hmlittle59 Posts: 404
edited 2010-01-11 02:56 in General Discussion
Hello All,

I just got a program from Tracy and I noticed that he used NIB(s) as part of his variables. HERE is my Question??? If I use 26 variable that are all at byte size then they are all used up....CORRECT??? Now if I change some of those to NIB size, then will that give me more Variable names to use???

OR another way, does the TOTAL BITs/NIBs/Bytes/Words..have to equal 26(MAX)


thanks all,

Howard

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I'M STILL LEARNING SO MUCH...BUT STILL KNOW SO LITTLE!!!

hmlittle59

Comments

  • W9GFOW9GFO Posts: 4,010
    edited 2010-01-10 05:25
    Yes, using Nibs will allow more variables. Bits, even more.

    Rich H

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    The Simple Servo Tester, a kit from Gadget Gangster.
  • hmlittle59hmlittle59 Posts: 404
    edited 2010-01-11 02:33
    Thanks w9gfo

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    I'M STILL LEARNING SO MUCH...BUT STILL KNOW SO LITTLE!!!

    hmlittle59
  • Mike GreenMike Green Posts: 23,101
    edited 2010-01-11 02:56
    The amount of space available is 13 words, 26 bytes, 52 nibs, or 208 bits. The Stamp Editor will attempt to group bits together to make nibs, nibs together to make bytes, and bytes together to make words.
Sign In or Register to comment.