NumberByKey

I would like NumberByKey to return the same interpretation as Str2Num so that
  print NumberByKey("KEY","KEY=0x02;","=",";")
and
  print Str2Num(StringByKey("KEY","KEY=0x02;","=",";"))
return the same value. Currently the NumberByKey doesn't recognise hex, where Str2Num does.
Regards,
Patrick.
Thanks for pointing this out.

This is now fixed in Igor 6.1B08 (as yet unreleased).

A more reliable way to request new features is to send email to support@wavemetrics.com.

--Jim

Software Engineer, WaveMetrics, Inc.
Thank you Jim.
I wasn't thinking of this as a bug, but as a "wish", but now that you point it out it probably was a support issue...
Regards,
Patrick.