Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Ticket/PrintTkt


Ignore:
Timestamp:
08/26/10 09:03:03 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Ticket/PrintTkt

    v2 v3  
    2424
    2525{{{
    26 string strMnt = "/mnt/fl1";
    27 if(IsMounted(strMnt) == 0)
    28 {
    29   DisplayText(0, 0, "Flash is not mounted");
    30 }
     26CTktFlds flds;
     27flds.Set(TKT_FLD_TIME, strTime);
     28flds.Set(TKT_FLD_GROSS, strGross);
     29PrintTkt(TKT_STD, flds);
    3130}}}
    3231