So everything you quoted above appears in one column label? Assuming it's column 3 you can get the Chs energy parameter, for example, like this...%Z=wks.col3.label$; // get entire label as %Z
%A=%[%Z, >"(* Chs energy *)" ];
xx=%[%A, @1];
xx=;
XX=1486.6
You can find out more about substring notation in the LabTalk guide...
Help > LabTalk > Overview > Data Types > String Variable > Substring Notation
Mike Buess
Origin WebRing Member
Edited by - Mike Buess on 06/06/2005 07:05:13 AM
Edited by - Mike Buess on 06/06/2005 07:10:47 AM