Saves the elements of the intvalue array in a file.
Usages: save(file_name)
: save(file_name, offset [, size
])
where file_name is the name of the file into which the elements are
saved; offset is the number of elements to skip, from the
intvalue array, before saving; and [, size] is an optional
parameter, which specifies the number of elements to be saved.