Thanks for the response Bruce. I am using 18f452 and what if I try to change your code like this below:

Code:
main:
    for i = 0 to 7
      myArray.0[i]= 1
    next
    goto main
does this mean they are all going to be high and stay at that position? I have been trying to do this for 2 days now wit no dice.