SmokNiszczyciel Posted August 4, 2010 Posted August 4, 2010 (edited) Like in topic destripction - how to make script calculate by percents? Like: $a= $a + 5% or something like that? -------NOT GAME BOT BUT A TOOL FOR ME---------- @edit yeah sorry i forgot basic math:P haven't used it for too long:P Edited August 4, 2010 by SmokNiszczyciel
Moderators Melba23 Posted August 4, 2010 Moderators Posted August 4, 2010 (edited) SmokNiszczyciel,A percent is .01 of the total. So to add 5%, you need:$Total = $Total * 1.05M23P.S. I have already told you that it is not funny - do not push us too far.Edit: Typnig and code correction (see below). Edited August 4, 2010 by Melba23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
SmokNiszczyciel Posted August 4, 2010 Author Posted August 4, 2010 What do u mean by saying: "P.S. I have already told you that it is not funny - do not push us too far." What l'm doing wrong?
Developers Jos Posted August 4, 2010 Developers Posted August 4, 2010 What do u mean by saying:"P.S. I have already told you that it is not funny - do not push us too far."What l'm doing wrong?Have you read this: #821384Better do it fast! 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.
kaotkbliss Posted August 4, 2010 Posted August 4, 2010 (edited) @melba 5% would be 0.05 *edit* Probably a typo on your part Edited August 4, 2010 by kaotkbliss 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
Moderators Melba23 Posted August 4, 2010 Moderators Posted August 4, 2010 kaotkbliss,Fortunately you edited before I pressed the "Submit" button! I have corrected my earlier post. Thanks. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
kaotkbliss Posted August 4, 2010 Posted August 4, 2010 kaotkbliss,Fortunately you edited before I pressed the "Submit" button! I have corrected my earlier post. Thanks. M23The part that was there before the edit was for smok, after re-reading it kinda sounded demeaning 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
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