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
User Profile
Collapse
Profile Sidebar
Collapse
HexManiatic
Last Activity: Mar 23 '17, 12:50 AM
Joined: Mar 21 '17
Location:
-
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 )
-
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 )
...
No activity results to display
Show More
Leave a comment: