Viktor: >Okay now I'm playing around with the WriteArray() and SaveArray() commands >and I can't seem to get Maptitude to write my coordinates to a file.
A few notes: - WriteArray() to save an array as strings in a text file that can be read by ReadArray(), while SaveArray() saves an array to a file in a binary form. You are calling both, so SaveArray() overwrites the file written to by WriteArray(). - You must precede backslashes characters in string constants with the backslash character, because a backslash is used to indicate special characters, such as a tab (\t) or a newline (\n); see the Constants topic in the GISDK on-line help. Peter ---------------------------------------------------------------- Peter Van Demark Director of GIS Products and Training Phone: 617-527-4700 Caliper Corporation Fax: 617-527-5113 1172 Beacon Street E-mail: [EMAIL PROTECTED] Newton MA 02461-9926 Web site: http://www.caliper.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Has someone you know been affected by illness or disease? Network for Good is THE place to support health awareness efforts! http://us.click.yahoo.com/RzSHvD/UOnJAA/79vVAA/C5grlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Maptitude/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
