the program i have written in blitzmax works fine with no errors in 8551 lines of code and no one can help me with a goto alternative thanks
If KeyHit(KEY_1) Then drumplay()...function drumplay()... code hereend function
yeah i tried thatcan you call another place from that function can you add a function in a function ??
x = 10y = 20program( x, y )...Function program( x:Int, y:Int )... process x and y hereEnd Function