Firstpoint-func
This function returns the first value of dataset.
double firstpoint(dataset vd)
vd
Return the first value of dataset vd
newbook; col(A) = data(1,100); aa = firstpoint(col(A)); aa=;
newbook; fname$ = system.path.program$ + "Samples\Curve Fitting\Gaussian.dat"; impASC; plotxy iy:=(1,2) plot:=200; aa = firstpoint(plotdata(1,Y)); aa=;
Lastpoint, Plotdata