Henk Langeveld wrote:
> Janis Papanagnou wrote:
> > Works for me if I omit the '_.' in front of the starttime/stoptime variables
> > (and use "${sw.diff}").
> 
> I was wondering about the '_.' prefix.  The '_' alone is a ksh special 
> variable...
> Is it safe to use this as a compound variable in this case?

The variable name "_" is used within the ksh93 type system to reference
the "current object", e.g. it's similar to C++'s |this| variable...
... the use of "_" is mandatory since otherwise a global variable will
be accessed instead.

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) [email protected]
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 3992797
 (;O/ \/ \O;)
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to