Unless you will be writing part of your program in Assembly Language, there's no need to worry about the PIC's banking system.
PicBasic Pro handles all that for you.
The access locations can be useful in ASM, and can save a bunch of CPU time by reducing the number of Bank changes. But PBP does not use that area, for that purpose.
So just define your variables without ANY modifiers, and everything should work just fine.
Bookmarks