|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
Name: mc57594 Date: 02/24/97
It would be nice if functions could return more than one object for example
public (int, File) getData(int p_stuff){
return m_anInt, m_aFile;
}
...
File f; int i;
(i, f) = getData(2);
This save having to make an object just to hold the data
company - Seagate Software IMG , email - ###@###.###
======================================================================
|