Search found 14 matches: oneliner

Return to advanced search

Re: calculate days

... * para comparar datas com hora inicial e final * $DOC$ * $FUNCNAME$ * FT_ELAPSED() * $CATEGORY$ * Date/Time * $ONELINER$ * Return elapsed time between two days and/or times * $SYNTAX$ * FT_ELAPSED([ <dStart> ], [ <dEnd> ], ; * <cTimeStart>, ...
by MGA
Wed Jan 09, 2019 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculate days
Replies: 7
Views: 1183

Re: FWH 18.08: Enhancements to strings.prg

... gian@nccolai.ws $Id: hbi18n.txt 9279 2011-02-14 18:06:32Z druzus $ /* $DOC$ * $FUNCNAME$ * Xharbour I18N * $CATEGORY$ * Xharbour Enhacements * $ONELINER$ * XHARBOUR - Internationalization model * $DESCRIPTION$ * * * STATUS OF THE DOCUMENT * ====================== * * This is a small draft to ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5425

Re: Automated download of pictures

Programming is (among other things) a trade off between compactness and readability. Don't be tempted by excessive compactness and less readabilty. Oneliner instruction such that is a double cut knife. Use it with care.

EMG
by Enrico Maria Giordano
Wed Mar 08, 2017 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automated download of pictures
Replies: 20
Views: 4172

Re: Automated download of pictures

... function. I think that I'm missing several links to the functions library. Do they exist ? I want to learn what is going on in this oneliner :wink: AEval and DBEval are often used (not me, because i don't know it yet) but i'm sure that 30% of my code is replacebel with these functions. ...
by Marc Venken
Wed Mar 08, 2017 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automated download of pictures
Replies: 20
Views: 4172

Re: reemplazar un valor en una cadena caracteres

... Saludos /* * $Id: charrepl.txt 15102 2010-07-14 12:48:39Z vszakats $ */ /* $DOC$ * $FUNCNAME$ * CHARREPL() * $CATEGORY$ * CT3 string functions * $ONELINER$ * Replacement of characters * $SYNTAX$ * CHARREPL (<cSearchString>, <[@]cString>, * <cReplaceString>, [<lMode>]) -> ...
by D.Fernandez
Wed Apr 22, 2015 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: reemplazar un valor en una cadena caracteres
Replies: 6
Views: 1124

Re: Timers and loops

... hb_backgroundShutDown() * * See doc/license.txt for licensing terms. * */ /* $DOC$ * $FUNCNAME$ * The Background tasks * $CATEGORY$ * Document * $ONELINER$ * Read me file for Background functions * $DESCRIPTION$ * Background tasks born as an extension of idle state. * The background tasks are ...
by Enrico Maria Giordano
Fri Feb 19, 2010 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timers and loops
Replies: 52
Views: 11289

Re: Zip functions - I'm in trouble

I'm using the following functions: /* * $DOC$ * $FUNCNAME$ * HB_ZIPFILE() * $CATEGORY$ * Zip Functions * $ONELINER$ * Create a zip file * $SYNTAX$ * HB_ZIPFILE( <cFile>, <cFileToCompress> | <aFiles>, <nLevel>, * <bBlock>, <lOverWrite>, <cPassword>, ...
by Enrico Maria Giordano
Sun Aug 30, 2009 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Zip functions - I'm in trouble
Replies: 1
Views: 905

... * para comparar datas com hora inicial e final * $DOC$ * $FUNCNAME$ * FT_ELAPSED() * $CATEGORY$ * Date/Time * $ONELINER$ * Return elapsed time between two days and/or times * $SYNTAX$ * FT_ELAPSED([ <dStart> ], [ <dEnd> ], ; * <cTimeStart>, ...
by MGA
Sat Nov 01, 2008 10:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion para calcular tiempo?
Replies: 1
Views: 590

... STR(aTest[nk, 3]) ?? ' ' ?? IF(aTest[nk, 4], 'true', 'false') NEXT RETURN Nil #endif /* $DOC$ * $FUNCNAME$ * FT_SAVEARR() * $CATEGORY$ * Array * $ONELINER$ * Save Clipper array to a disc file. * $SYNTAX$ * FT_SAVEARR( <aArray>, <cFileName>, <nErrorCode> ) -> lRet * $ARGUMENTS$ ...
by horacio
Wed Mar 12, 2008 4:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Guardar Array
Replies: 2
Views: 818

... Minor edit to file header * * Rev 1.0 01 Apr 1991 01:02:08 GLENN * Nanforum Toolkit * */ /* $DOC$ * $FUNCNAME$ * FT_ROUND() * $CATEGORY$ * Math * $ONELINER$ * Rounds a number to a specific place * $SYNTAX$ * FT_ROUND( <nNumber> [, <nRoundToAmount> ; * [, <cRoundType> [, <cRoundDirection> ...
by Raymundo Islas M.
Sat Jan 20, 2007 12:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Donde puedo sonseguir la lib de Nanforum toolkits (Nanfor.l
Replies: 1
Views: 777

Re: TESTZIP

... Use xHarbour ZIP management instead. This is the docs from xHarbour CVS: /* * $DOC$ * $FUNCNAME$ * HB_ZIPFILE() * $CATEGORY$ * Zip Functions * $ONELINER$ * Create a zip file * $SYNTAX$ * HB_ZIPFILE( <cFile>, <cFileToCompress> | <aFiles>, <nLevel>, * <bBlock>, <lOverWrite>, ...
by Enrico Maria Giordano
Fri Jan 05, 2007 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TESTZIP
Replies: 3
Views: 1983

... Giancarlo Niccolai <gian@niccolai.ws> /* $DOC$ * $FUNCNAME$ * Xharbour Inet functions * $CATEGORY$ * Xharbour Enhacements * $ONELINER$ * XHARBOUR INET API * $DESCRIPTION$ * * STATUS OF THIS DOCUMENT * * * This is just a draft, a survival guide with minimal API instructions ...
by Enrico Maria Giordano
Tue Sep 26, 2006 4:44 pm
 
Forum: FiveWin for Pocket PC
Topic: Tsocket samples send and receive?
Replies: 5
Views: 2478

Here it is: /* * $DOC$ * $FUNCNAME$ * HB_ZIPFILE() * $CATEGORY$ * Zip Functions * $ONELINER$ * Create a zip file * $SYNTAX$ * HB_ZIPFILE( <cFile>, <cFileToCompress> | <aFiles>, <nLevel>, * <bBlock>, <lOverWrite>, <cPassword>, ...
by Enrico Maria Giordano
Thu Feb 23, 2006 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIPS Functions
Replies: 11
Views: 4294

Re: uso di zip-unzip

/* * $DOC$ * $FUNCNAME$ * HB_ZIPFILE() * $CATEGORY$ * Zip Functions * $ONELINER$ * Create a zip file * $SYNTAX$ * HB_ZIPFILE( <cFile>, <cFileToCompress> | <aFiles>, <nLevel>, * <bBlock>, <lOverWrite>, <cPassword>, <lWithPath>, ...
by Enrico Maria Giordano
Fri Oct 28, 2005 11:18 am
 
Forum: All products support
Topic: uso di zip-unzip
Replies: 1
Views: 1845

Return to advanced search