User Profile

Collapse

Profile Sidebar

Collapse
HexManiatic
HexManiatic
Last Activity: Mar 23 '17, 12:50 AM
Joined: Mar 21 '17
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I actually found out the problem ty anyway the problem where that i didn´t put an End Sub in a line up there in my program so.
    It´s FreeBasic btw
    See more | Go to post

    Leave a comment:


  • Compile Error: Expected END SUB in End Sub

    I need help whit a problem when i try to test my program this message appears
    C:\Users\Ivan\D esktop\empresa. bas(404) error 124: Expected 'END SUB' in 'End Sub'
    Here you have that part of the code:

    Code:
    Sub IncrementarS()
            Dim X as Double
             CLS
             Input "Dame la clave del empleado al cual se le va a incrementar el sueldo", Dato
             BuscarNodo( L, Dato )
    ...
    See more | Go to post

  • Compile Error: Expected 'END SUB' in 'End Sub'

    I need help whit a problem when i try to test my program this message appears
    C:\Users\Ivan\D esktop\empresa. bas(404) error 124: Expected 'END SUB' in 'End Sub'
    Here you have that part of the code:

    Sub IncrementarS()
    Dim X as Double
    CLS
    Input "Dame la clave del empleado al cual se le va a incrementar el sueldo", Dato
    BuscarNodo( L, Dato )
    ...
    See more | Go to post
No activity results to display
Show More
Working...