|
Imports data from the specified Spreadsheet component by taking the specified x column for the x values, and the specified y column for the y values. Prior to calling this function, the Spreadsheet component''s ReadSheet method has to be called to load the data. The usage of the GotSheet event in the Spreadsheet component is unnecessary. Empty columns are filled with default values (1, 2, 3, ... for Entry 1, 2, 3, ...).
|
ImportFromSpreadsheetMethodDescriptions
|
|
|
|
|
Imports data from the specified Web component, given the names of the X and Y value columns. Empty columns are filled with default values (1, 2, 3, ... for Entry 1, 2, ...). In order for the data importing to be successful, to load the data, and then this block should be used on that Web component. The usage of the gotValue event in the Web component is unnecessary.
|
ImportFromWebMethodDescriptions
|
|
|
|
|
Returns the name of the month from the instant, e.g., January, February, March...
|
MonthNameMethodDescriptions
|
|
|
|
|
Establish the secret seed for HOTP generation. Return the SHA1 of the provided seed, this will be used to contact the rendezvous server. Note: This code also starts the connection negotiation process if we are using WebRTC. This is a bit of a kludge...
|
setHmacSeedReturnCodeMethodDescriptions
|
|
|
|