Maptitude GISDK Help

WriteArraySeparated()

Summary

Writes the elements of an array to a file, separated by a delimiter.

 

Syntax

WriteArraySeparated(file file_ptr, array a, string delim, string quote)

 

Argument

Contents

file_ptr

A file handle

a

An array of strings, numbers, and sub-arrays

delim

Indicates the character to use to delimit one element of the array from another in the file

quote

Indicates the character to use to mark the beginning and end of strings in the file

 

Notes

Example

WriteArraySeparated(fptr, rec_vals, ",", "\"")

 

Error Codes

Error Type

Meaning

Error

The file handle is invalid

 

See Also

Function

Summary

WriteArray()

Writes the elements of an array to a file

GetRecordValues()

Reads the values of one or more fields for a record in a view

 

 

©2025 Caliper Corporation www.caliper.com