whats in Variable name ??? PB3.04


Closed Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2012
    Location
    PERTH AUSTRALIA
    Posts
    838

    Default whats in Variable name ??? PB3.04

    Hi guys came across something when defining variable names and wondered why

    when defining variable
    L_0 var byte
    L_1 var byte
    L_2 var byte

    on L_0 - compiler complains about syntax , but is fine with variable names L_1 and L_2 etc

    is the "0" a reserved value for variable a name ??

    Cheers

    Sheldon

  2. #2
    Join Date
    Feb 2012
    Location
    PERTH AUSTRALIA
    Posts
    838


    Did you find this post helpful? Yes | No

    Default Re: whats in Variable name ??? PB3.04

    disregard , found the error of my code ways

  3. #3
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,802


    Did you find this post helpful? Yes | No

    Default Re: whats in Variable name ??? PB3.04

    It could be that compiler uses internal variable with this name.

    Ioannis

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts