Skip to content

Instantly share code, notes, and snippets.

@ashga
ashga / q6.js
Created October 16, 2012 19:38
Question 6 javascript
for (var i = 0; i < divs.length; i++) {
divs[i].style.color = "black"
.style.border = thickness + 'px solid blue'
.style.backgroundColor = "white";
}
for(var i = 0; i < 1000; i++){
SageDataObject190.SDOEngine oSDO = new SageDataObject190.SDOEngine();
SageDataObject190.WorkSpace oWS;
SageDataObject190.SalesRecord oSalesRecord;
//SageDataObject190.SopRecord oSopRecord;
SageDataObject190.SopItem oSopItem;
//SageDataObject190.SopItem oSopItem_Write;
SageDataObject190.SopPost oSopPost;
SageDataObject190.StockRecord oStockRecord;
//oWS = (SageDataObject190.WorkSpace)oSDO.Workspaces.Add("Example");
@ashga
ashga / 0_reuse_code.js
Last active August 29, 2015 14:15
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console