*
Metamerge logo
Search

Advanced Search
*
*
*
* HOME DOCUMENTS & RESOURCES DOWNLOADS EARLY TECH ACCESS SUPPORT FAQ KNOWN ISSUES OLD VERSIONS
*

Using binary values in scripting

Binary attributes are returned as byte arrays within the scripting code you create. Here is a JavaScript Example:

var x = conn.getObject("objectGUID");
task.logmsg ("GUID: " + x);
for ( i = 0; i < x.length; i++ ) {
 task.logmsg ("GUID: " + x[i]);
}
 
*
  Metamerge Integrator version 4.5 ©Copyright Metamerge AS 2000-2002 Last edited 2002-04-30 contact us