... NEXT NEXT RETURN aTmp this the function calc distance FUNCTION distance(n1, n2, n3) local nMin := n1 local nMax := n1 local nTemp IF n2 < nMinnMin := n2 ENDIF ...
Enero 2021 ========== * Mejoras en la clase TGET: - Nueva cláusula para obtener variables de texto VarChar (longitud variable) VARCHAR {nMin, nMax}. El usuario puede añadir texto hasta nMax caracteres independientemente de la longitud de la cadena de entrada. El Get finalmente devuelve un ...
January 2021 ============ * TGET enhancements: - New clause for getting VarChar text variables (variable length) VARCHAR { nMin, nMax } User can enter text upto nMax characters irrespective of the length of the input string. Get finally returns a text with length between nMin and nMax ...
... aArray ) CONSTRUCTOR METHOD Identity( nSize ) CONSTRUCTOR // --> Matriz Identity de filas nSize y columnas nSize. METHOD Random( nRows, nCols, nMin, nMax, lInteger ) CONSTRUCTOR // nMin y nMax por defecto -1 y +1 Devuelve una matriz con tamaño nRows, nCols con cada elemento inicializado con ...
... aArray ) CONSTRUCTOR METHOD Identity( nSize ) CONSTRUCTOR // --> Identity matrix of nSize rows and nSize cols. METHOD Random( nRows, nCols, nMin, nMax, lInteger ) CONSTRUCTOR nMin and nMax default to -1 and +1 Returns a matrix with size nRows,nCols with each element initialized with a random ...
... aArray ) CONSTRUCTOR METHOD Identity( nSize ) CONSTRUCTOR // --> Identity matrix of nSize rows and nSize cols. METHOD Random( nRows, nCols, nMin, nMax, lInteger ) CONSTRUCTOR nMin and nMax default to -1 and +1 Returns a matrix with size nRows,nCols with each element initialized with a random ...
... muestran en el EJE Y (verticalmente), inicien en 0 y de 500 en 500 hasta el valor maximo de la data. Ya consegui quien manipula esa informacion, nMin y nMax, nMin toma el valor minimo de la DATA mas alta y nMax el valor mas alto, y entonces crea los rangos de Y, haciendo nMin++ hasta nMax, yo ...
... syntax is more comfortable you can use the harbour hb_DateTime() function to create a datetime variable. hb_DateTime( nYear, nMonth, nDay, nHour, nMin, nSec, nMill ) // I believe the last argument is milliseconds. The source file rtl\dateshb.c has a fair number of datetime related functions, it ...
... was, to 100% hit. Saludos Boa noite a todos Continuo sem entender!!! Na classe tProgress nao existe data nValue CLASS TProgress FROM TControl DATA nMin, nMax, nPos, nStep AS NUMERIC nMin --> Ok nMax --> Ok nValue ? Como ficaria isso ? function Main() local oDlg, oProg1, oProg2 local aVetor ...
... y ya no me trabaja los sroll V y H. la definicion de las barras en ambas de scroll estan de acuerdo al fwh: ::oVScroll := TScrollBar():WinNew( nMin, nMax, nPage, .T., Self ) ::oHScroll := TScrollBar():WinNew( nMin, nMax, , .F., Self ) Alguien que haya resuelto este detalle?
... is empty. With this corection we have ::aDisplay[1] , it should also give a error. The translate : #xtranslate MinMax( <xValue>, <nMin>, <nMax> ) => Min( Max( <xValue>, <nMin> ), <nMax> ) doesn't work when for some reason nMax < nMin , the translate ...