sleinininono Posted September 16, 2018 Posted September 16, 2018 Hello, If I understood good, with the function GUICtrlRead (...), I can stock what's written in an inputbox. But if it's written nothing ? What is stocked ? Moreover, I would like to put 0 by default if there is nothing, is there a way to do that? Moreover, can you guide me for understanding how cursors work ? I don't know where to start. Thank you.
mikell Posted September 16, 2018 Posted September 16, 2018 If the input is empty, then GUICtrlRead returns an empty string To have inside a 0 by default just write it in the input when you create it Cursors, do you mean sliders ? If so, you might start with reading the help file and running the sample scripts
sleinininono Posted September 16, 2018 Author Posted September 16, 2018 oh it's called sliders ? Okay Where can I find it ? I don't know at all where... thank you for your reply
Moderators JLogan3o13 Posted September 16, 2018 Moderators Posted September 16, 2018 @sleinininono our help file has this wonderful search function, you should try it. Searching Sliders brings up over 50 different topics; almost all of which have an explanation and an example. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
sleinininono Posted September 16, 2018 Author Posted September 16, 2018 I understand. I'll search thank you
mikell Posted September 16, 2018 Posted September 16, 2018 On 9/16/2018 at 4:57 PM, sleinininono said: Where can I find it ? I don't know at all where... Expand You might try the hard way FrancescoDiMuro 1
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