Search found 16 matches: nlength

Return to advanced search

Re: To Nages searching on xbrowse

... it. [I only had three hours of sleep the previous night]. padr( upper( rtrim(last) + ", " + rtrim(first) +", "+rtrim(city) ), [nLength] ) Where nLength is the sum of the lengths of all three fields--not a variable but the length as a number.
by James Bott
Tue Sep 04, 2018 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages searching on xbrowse
Replies: 11
Views: 2542

Re: Funcion I2BIN(n)

NTOC( nInteger ( or cHex ), ; nBase, ; // 2 to 36. Default 10 nLength, ; cPadChar ) // default Space. nBase (also known as RADIX in math) is for Binary : 2, Octal : 8, Decimal : 10, Hex : 16. We can also choose any other number. Example ? NTOC( 312, 2, ...
by nageswaragunupudi
Fri Jun 15, 2018 9:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion I2BIN(n)
Replies: 10
Views: 1621

Re: funciones de FWH y Harbour en un archivo .txt

Pad(<exp>,<nLength>,[<cFillChar>])->cPaddedString PadC(<exp>,<nLength>,[<cFillChar>])->cPaddedString PadL(<exp>,<nLength>,[<cFillChar>])->cPaddedString PadLeft(<cString>,<nLength>,[<xChar>])->cResult ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5709

Re: funciones de FWH y Harbour en un archivo .txt

Pad(<exp>,<nLength>,[<cFillChar>])->cPaddedString PadC(<exp>,<nLength>,[<cFillChar>])->cPaddedString PadL(<exp>,<nLength>,[<cFillChar>])->cPaddedString PadLeft(<cString>,<nLength>,[<xChar>])->cResult ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5709

Re: funciones de FWH y Harbour en un archivo .txt

... AscPos(<cString>,[<nPos>])->nASCIICode ASin(<nRadians>)->nArcSine ASize(<aTarget>,<nLength>)->aTarget ASizeAlloc(<aArray>,<nCount>)->aArray ASort(<aTarget>,[<nStart>],[<nCount>],[<bOrder>])->aTarget ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5709

Lista de funciones de [x]harbour con sus parametros para edi

... ) -> nASCIISum AscPos( <cString>, [<nPos>] ) -> nASCIICode ASin( <nRadians> ) -> nArcSine ASize(<aTarget>, <nLength>) -> aTarget ASizeAlloc( <aArray>, <nCount> ) -> aArray ASort(<aTarget>, [<nStart>], [<nCount>], [<bOrder>]) ...
by carlos vargas
Wed Feb 11, 2015 2:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lista de funciones de [x]harbour con sus parametros para edi
Replies: 2
Views: 1030

Re: How to create Auto-filenames ( Counter ) ?

Hello Uwe,
try with:
PADL(<exp>, <nLength>, [<cFillChar>])
--> cPaddedString
Best regards,
Otto
by Otto
Sun Aug 07, 2011 5:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create Auto-filenames ( Counter ) ?
Replies: 12
Views: 3499

Re: autocomplete in get

... options when typing // /* Revisions 4/25/2007 10:49AM by James Bott Method AutoFill: nKey was not defined as a LOCAL. Fixed. Method AutoFill: nLength was mispelled (as nLenght). Fixed. Method AutoFill: ::Cargo changed to ::lAuto (see reason below) Method AutoFill: Changed to using vkey.ch ...
by Maurizio
Thu Jun 23, 2011 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autocomplete in get
Replies: 15
Views: 9175

Re: TDOSPRN y XP WINDOWS - SOLUCIONADO

... AS NUMERIC DATA lAnsiToOem AS LOGICAL DATA oWnd, oPagina // Ednaldo DATA nPage AS NUMERIC // Ednaldo DATA cDevice // Ralph DATA nMaxLine, nLength, nLastError AS NUMERIC // Ralph DATA lCancel, lPreview, lModograf, lIsLaser AS LOGICAL // Ralph METHOD New(cPort) CONSTRUCTOR METHOD End() METHOD ...
by Armando Picon
Mon Jan 24, 2011 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDOSPRN y XP WINDOWS
Replies: 21
Views: 4703

Argumento de función de Harbour dentro Fast Report

... , { | FName, FParams | CallUserFunction( FName , FParams ) } ) oFr:AddFunction( "function XBaseStr( nValue: Double, nLength: Variant = EmptyVar, nDecimals: Variant = EmptyVar): Variant",; "Funciones Unire" , "It's a XBase Str() function!") ...
by hugotheler
Tue Feb 23, 2010 9:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Argumento de función de Harbour dentro Fast Report
Replies: 0
Views: 396

... hWnd = CreateToolTip( ... ) SendMessage( hWnd, TTM_SETMAXTIPWIDTH, 0, <nNewLength> ) ... default nLength is 120
by Antonio Linares
Mon Aug 11, 2008 10:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change tooltips..how?
Replies: 5
Views: 837

... return value like the original winsock recv function so errors can be detected. // Uses a 4k buffer. CLIPPER RECV1() // ( nSocket, @cRecv ) --> nLength (or SOCKET_ERROR) { BYTE buffer[ 4096 ]; WORD wLen; // Is cRecv parameter a character passed by reference? if (_parinfo(2) == 33) // Receive ...
by xhbcoder
Thu May 08, 2008 4:48 pm
 
Forum: FiveWin for CA-Clipper
Topic: Converting POS application to xHarbour + FWH
Replies: 50
Views: 15567

... aGets,n) return bSETGET( aGets[ n ] ) STATIC FUNCTION GenFieldBlock( cAlias, aStruc, nField, lAsString ) local cType, cField, cMacro local nLength, nDecim DEFAULT lAsString := .t. cType := aStruc[ nField, 2] //DBS_TYPE ] cField := aStruc[ nField, 1] //DBS_NAME ] nLength := aStruc[ nField, ...
by ShumingWang
Wed Oct 11, 2006 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Database handle
Replies: 6
Views: 2310

... blocking. * On error, InetErrorCode and InetErrorDesc can be use to determine what kind * of error happened. * * * InetSend( SOCKET, STRING [, nLength ] ) --> NUMERIC * Send data being stored in a string over the socket. Returns the amount of * data written, 0 if the socket has been closed ...
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

Calling stuff

... AS LPSTR, Force AS LONG) AS DWORD PASCAL ; FROM "WNetCancelConnection" LIB "Mpr.dll" DLL32 FUNCTION GetConnName(cLocal AS LPSTR, cRemote AS LPSTR, nLength AS DWORD) AS DWORD PASCAL ; FROM "WNetGetConnection" LIB "Mpr.dll" DLL32 FUNCTION AddConnection(pcString1 AS LPSTR, pcString2 AS LPSTR, pcString3 ...
by AlexSchaft
Thu Feb 23, 2006 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Functions
Replies: 3
Views: 1083
Next

Return to advanced search