Search found 26 matches: textfile

Return to advanced search

Re: Search text in textfile

Code: Select all  Expand view
At( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> nPos


Please note: for best result you have to use nPos and update nStart accordingly.

EMG
by Enrico Maria Giordano
Thu Jul 02, 2020 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search text in textfile
Replies: 1
Views: 495

Search text in textfile

Hi,

I need to seach a string in more then 10000 text-files.
If exist, I have to add the file-name into a database.

What is the fastest way to search a string in a text-file?
by Marc Vanzegbroeck
Thu Jul 02, 2020 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search text in textfile
Replies: 1
Views: 495

Re: A sample to print with REPrintBox5 a memo on two pages ?

Marc,

Just a idea.
Using the setup-section and define the editor You are working with.
That will open the memo with Your favorite editor.
The memo will be saved as a textfile before and opend with Your editor

regards
Uwe :D
by ukoenig
Sun Feb 25, 2018 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A sample to print with REPrintBox5 a memo on two pages ?
Replies: 28
Views: 4585

Re: PRG for 32bit & 64bit

... What is the command and options I have to add for creating a LIB-file via the VS2015 LIB. For the 32bit, I use BCC. I use tlib libname -+object,textfile,libname the help for the lib of VS2015 is usage: LIB [options] [files]   options:      /DEF[:filename]  ...
by Marc Vanzegbroeck
Thu Mar 24, 2016 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRG for 32bit & 64bit
Replies: 4
Views: 963

Re: Buscar palabra en texto con Xbrowse

... I take a while but it works, besides having errors when closing the dialog containing it, and reopen it : #INCLUDE "FiveWin.CH"Function TextFile()   local oDlg, oSay, oIco, oGet, oBtn, oTxt, xText   local cText:= space(20)   local aGrad := {  {  1/20, RGB( ...
by cuatecatl82
Tue Jul 07, 2015 6:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscar palabra en texto con Xbrowse
Replies: 5
Views: 1615

Re: Sudoku with fwh

... 2. Load the file http://www.pflegeplus.com/IMAGES/Sod2.jpg 3. Display the textfile ( includes 20 possible games ) with xBrowse and select a line http://www.pflegeplus.com/IMAGES/Sod3.jpg 4. The result of the ...
by ukoenig
Wed Jan 21, 2015 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sudoku with fwh
Replies: 28
Views: 8129

Image Hotspot-editor 1.2 ( UPD. / DOWNLOAD )

... bottom- value is defined as 0 after the 1. left mouseclick, to destroy the old selected area. Now it is possible to add more than 1 hotspot to a textfile. http://www.pflegeplus.com/fw_downloads/Imghotspot1.zip http://www.pflegeplus.com/pictures/hotspot10.jpg How it works : 1. ...
by ukoenig
Wed Feb 27, 2013 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image Hotspot-editor 1.2 ( UPD. / DOWNLOAD )
Replies: 4
Views: 886

Re: Pelles C question

Marc,

Pelles C only shows a textfile if there is an an error in the .rc file. Maybe you have an unresolved include or define.
by StefanHaupt
Tue Dec 11, 2012 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pelles C question
Replies: 14
Views: 3425

Re: Building a Array from Numeric values in Textfile ?

You might try mlcount() -1 to verify if the eof character is the culprit. Or replace CRLF with hb_osnewline(). Pure guess! Aparently there is no codeblock in aSelRec := oBrw:aSelected, so why do you add them to aLines? AAdd( aLines, &( '{ || "' + MemoLine( cText, 3, n ) + '&...
by ADutheil
Tue Oct 23, 2012 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building a Array from Numeric values in Textfile ?
Replies: 1
Views: 483

Building a Array from Numeric values in Textfile ?

... of a Text-file That makes it possible, to save and restore multiselected records from xBrowse but getting a error : Selected Records saved to a Textfile : http://www.pflegeplus.com/pictures/NArray1.jpg FUNCTION SAVE_MULTI( oBrw )LOCAL cArray := "", aSelRec := ...
by ukoenig
Tue Oct 23, 2012 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building a Array from Numeric values in Textfile ?
Replies: 1
Views: 483

Re: New Vtitle-Tools Rel. 5.2a ( Update )

... to the Project-Record. http://www.pflegeplus.com/pictures/mspaint2.jpg You can ZIP, everything You want. The Tool uses a Textfile ( Listfile ) < Export.txt > You can add to the Line export\*.* more Files to be zipped, like the Templates. The Export-Preview, You can ...
by ukoenig
Mon Mar 08, 2010 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Vtitle-Tools Rel. 5.2a ( Update )
Replies: 12
Views: 3776

Re: New Vtitle-Tools Rel. 5.1a (complete Downloads)

... to 0 6. Screenshots for Browser Template-Preview, changed from BMP to JPG 7. New : You can Zip the Export-Directory and any Files You like. A Textfile < export.txt > is used. You can add more to this File, You want to zip. These new Projects will be added as Zip-File for a Import-Test ...
by ukoenig
Sun Mar 07, 2010 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Vtitle-Tools Rel. 5.2a ( Update )
Replies: 12
Views: 3776

Re: Text file processing.

The way to write a Textfile ( PRG ) with formatted Textlines , read with a Editor, compile and run the EXE-file : A Example, to write the Source for a Window with included Buttons. I use it in all of my Tools, to write the Source and ...
by ukoenig
Mon Nov 02, 2009 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text file processing.
Replies: 6
Views: 1995

Re: Ist there aMaximum Number of Prgs for a Makefile?

... PRG, the Include-Files are defined. You can add a seperator like : //------------------ between each PRG if You like. To keep all PRG's in one Textfile ( for archiving ), You don't have to activate < No Filename >. Normally each combined Prg includes the Prg-Name on Top. If there is a ...
by ukoenig
Wed May 13, 2009 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ist there aMaximum Number of Prgs for a Makefile?
Replies: 4
Views: 870

New Image - Viewer ( preview )

... of them are not supported with < Freeimage.dll > There is still a Script-editor on my todo-list. What you can do, just have a look at the textfile at the end of the post. That means : 1. select the image from the project-database. 2. Open the export-dialog and choose the format and size ...
by ukoenig
Thu Nov 20, 2008 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New release Image-Viewer for FWH (new functions preview)
Replies: 4
Views: 3612
Next

Return to advanced search