kevilay Posted June 9, 2005 Share Posted June 9, 2005 how do i run a function, the only way i know how to is off a key comand. Its basic i know but im new Link to comment Share on other sites More sharing options...
Helge Posted June 9, 2005 Share Posted June 9, 2005 How do you run a function... ; Like this ? MsgBox(64,"Title","Text") ; or maybe like this ? _MyFunc() Func _MyFunc() MsgBox(64,"Func title","Func text") EndFunc(hmm !) Link to comment Share on other sites More sharing options...
kevilay Posted June 9, 2005 Author Share Posted June 9, 2005 How do you run a function... ; Like this ? MsgBox(64,"Title","Text") ; or maybe like this ? _MyFunc() Func _MyFunc() MsgBox(64,"Func title","Func text") EndFunc(hmm !)<{POST_SNAPBACK}>yep i understand now Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now