Blue_Drache Posted February 15, 2005 Posted February 15, 2005 before Tidy: $button_3 = GUICtrlCreateButton("Pricing", ((2 * $spaceX) + INT(((2 - 1) * $bX2))), $bY1, $bX2, $bY2) after Tidy: $button_3 = GUICtrlCreateButton("Pricing", ( (2 * $spaceX) + INT( ( (2 - 1) * $bX2))), $bY1, $bX2, $bY2) Why are extra spaces being inserted, and only on the open parentheses? Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
Developers Jos Posted February 15, 2005 Developers Posted February 15, 2005 Why are extra spaces being inserted, and only on the open parentheses?<{POST_SNAPBACK}>It shouldn't... :"> Will be fix in the next version of the installer or download http://www.autoitscript.com/fileman/users/jdeb/test/tidy.zip to update manually.. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Blue_Drache Posted February 15, 2005 Author Posted February 15, 2005 It shouldn't... :"> Will be fix in the next version of the installer or download http://www.autoitscript.com/fileman/users/jdeb/test/tidy.zip to update manually..<{POST_SNAPBACK}>No worries, thanks a ton for it.....even with all these ... undocumented features. Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
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