View Single Post
  #1 (permalink)  
Old 05-27-2008, 08:21 PM
badkarma badkarma is offline
Senior Member
 
Join Date: Mar 2008
Posts: 114
Default Uh-oh ... - .Left assignment issue

Its probably my dodgy coding, though ...

I've just realised I am still using the old v6 B4PPC and not the latest v6.30 as when opening GalleyHC's code in the previous post, Basic4PPC said GalleyHC's program was saved in a later version of Basic4PPC.

*ANYWAY* ... so I updated my Basic4PPC to v6.30 (could have sworn I did it previously ... perhaps I was having a bad day) ...

*ANYWAY * ... to get to the point - having just realised my app (Adventure PDA) was still compiled on the old version of Basic4PPC I thought I would recompile to 6.30 (as I said I had done previously on my app)

*ANYWAY* ... when recompiling, I receive an error (which I did not get previously on the earlier version) ...

Quote:
Error Compiling program. (For both device and desktop)
Error description: Subroutine identifier cannot be assigned
Occured on line: 2421
AdvDesc.Left = 133
AdvDesc is a label caption which can be found on the FSelect form in my app...

You can take a look at my full SBP at http://www.therealeasterbunny.pwp.bl....uk/advpda.sbp

... or an excerpt of my code is:

Quote:
ButGETDROP.Top = 190
ButMAG.Top = 190
ButINV.Top = 190
ButHELP.Top = 190
ButELC.Top = 190
AdvDesc.Height = 220
AdvDesc.Left = 133
AdvDesc.Width = 105
BackGnd.Height = 162
Could it be because I have a subroutine called Left ?

If so, the old version took a blind eye to this and the new version is getting grumpy at it ?

Last edited by badkarma : 05-27-2008 at 08:43 PM.
Reply With Quote