# $EPIC: lastlog_function.txt,v 1.3 2007/03/02 02:32:04 jnelson Exp $ ======Synopsis:====== $__lastlog__( ...) ======Technical:====== The argument is a [[what is a word|dword]], which is different from most function arguments. This function searches the lastlog buffer of window for lines matching _and_ with lastlog level matching any of . All arguments are required, but you can specify additional s. If you wish all lines matching to be returned, specify as ALL. * specifies the window to be searched. * specifies the pattern to match the line against. * specifies lastlog levels to match lines against. ======Practical:====== ======Returns:====== A space separated list of matching lines is returned. These can be applied to $[[line]](6) iff the window has not been altered since this function was called. ======Examples:======