<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28">
<TITLE>RE: questions on *date and *export</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>
<P><FONT SIZE=2>> Do you also know if multiple *date commands in the same *begin/*end<BR>
> block (and not only in the beginning but in between the data) will be<BR>
> valid with future survex versions, although the manuals says something else?<BR>
<BR>
Is there really any need for this? You can always use "anonymous" *begin/*end blocks:<BR>
<BR>
*begin mysurvey<BR>
<BR>
*begin<BR>
*date 2006.08.25<BR>
[data from first day]<BR>
*end<BR>
<BR>
*begin<BR>
*date 2006.08.26<BR>
[data from second day]<BR>
*end<BR>
<BR>
*end mysurvey<BR>
<BR>
<BR>
<BR>
David<BR>
<BR>
--<BR>
David Loeffler<BR>
Mathematics Department<BR>
Imperial College, London</FONT>
</P>
</BODY>
</HTML>