- Google Apps Script for Beginners
- Serge Gabet
- 181字
- 2021-07-19 18:14:21
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user inputs, and Twitter handles are shown as follows: "As you can notice, we use #name#
to mark the placeholders."
A block of code is set as follows:
var docCopy = DriveApp.getFileById(sharedDocID).makeCopy('menu['+headers[todayInSheet]+']'); menuFolder.addFile(docCopy); DriveApp.getRootFolder().removeFile(docCopy);
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
function myAgeInHours(){
var myBirthDate = new Date('1958/02/19 02:00:00').getTime();
myBirthDate = parseInt(myBirthDate/3600000, 10);
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Open the script editor from the Tools menu and write the code snippet we just prepared.".
- Learning NServiceBus(Second Edition)
- C語(yǔ)言程序設(shè)計(jì)實(shí)踐教程(第2版)
- Responsive Web Design with HTML5 and CSS3
- 看透JavaScript:原理、方法與實(shí)踐
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- Podman實(shí)戰(zhàn)
- 編譯系統(tǒng)透視:圖解編譯原理
- 精通Linux(第2版)
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Mastering openFrameworks:Creative Coding Demystified
- Visual Studio 2015高級(jí)編程(第6版)
- Building Wireless Sensor Networks Using Arduino
- Instant Zurb Foundation 4
- Learning Kotlin by building Android Applications
- SAP Web Dynpro for ABAP開發(fā)技術(shù)詳解:基礎(chǔ)應(yīng)用