... updating multiple fields at the same time.
How?
Through sweat and perseverance.
The trick is to update both the sales order id and to update the invoice line items with their respective sales ...
... the multiple profiles in alphabetical order like it used to be... but to date they have not. So I made a program that lists the profiles in alphabetical order and can be double-clicked to open the Chrome ...
What?
A quick article to remind me on how create an multi-level ordered list that indents and aligns correctly.
Why?
I'm finding that I need to do this quite often for some clients who want to ...
... = v_CalcDist * 60 * 1.1515;
}
return round(v_Miles,2) + " miles";
}
For kilometres, simply multiply the miles value by 1.609344
if (unit=="K") // kilometers
if (unit=="N") // nautical
...
... yields list of [1,2,3,4,5]
Replace any multiple spaces with a single space:
v_MyString = "Hello World!";
v_FormattedString = v_MyString.replaceAll("[ ]+"," ",false);
// yields Hello World!
...
... is a function to multiply two ranges together (must be the same size) and return the total of these results.
-- is a double hyphen/dash which converts a boolean true to 1 and boolean false to 0.
IsNumber( ...
What?
This article serves to explain how to split a spreadsheet consisting of multiple sheets into separate files per sheet.
Why?
The Excel file in question was about 36000 rows and had a file ...
... arrays. I can also output any of the variables and responses for debugging purposes. I can also unset multiple branches of variables with fewer commands than unsetting specific variables. Let's specify ...
What?
This is an article documenting how to access ZohoCRM with API v2 using PHP and cURL. The first few functions are to manage OAuth v2 and generate the refresh and access tokens. The second snippet ...
... be done via the documented methods (base64, urlencode or AES) as this exceeds 255 characters (it could be a multiline but this would defeat the objective of an Etag).
How?
Well I was going to documen ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.