Search found 57 matches: operators

Return to advanced search

Re: Creo que esto depende de Harbour...

... a la que te refieres es desestructuración de arrays. En JavaScript se utiliza:https://developer.mozilla.org/es/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment En harbour no me suena haberlo visto nunca, aunque sería muy bueno poder tenerlo. Salud! Enviado desde mi motorola ...
by goosfancito
Sat Mar 02, 2024 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creo que esto depende de Harbour...
Replies: 6
Views: 212

Re: Creo que esto depende de Harbour...

... a la que te refieres es desestructuración de arrays. En JavaScript se utiliza:https://developer.mozilla.org/es/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment En harbour no me suena haberlo visto nunca, aunque sería muy bueno poder tenerlo. Salud! Enviado desde mi motorola ...
by VictorCasajuana
Sat Mar 02, 2024 3:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creo que esto depende de Harbour...
Replies: 6
Views: 212

C language #define # and ## operators use

This is supported by C compilers, but I guess it is a quite unknown feature: A single #name stringify the name A double ## joins two names function Main()   MsgInfo( Test() )return nil #pragma BEGINDUMP#include <hbapi.h>#include <stdio.h>#define MEMBER(TYPE,NA...
by Antonio Linares
Tue Oct 24, 2023 7:20 am
 
Forum: Off Topic / Otros temas
Topic: C language #define # and ## operators use
Replies: 0
Views: 302

Re: ActiveX - CREATEOBJECT and singleton pattern

... the standard COM instance mechanism requires that a truly new object be returned each time you call it (this mechanism is used internally by new operators and CreateInstance (). This means that to create a valid COM singleton, you cannot allow your clients to do it themselves all of this can ...
by metro2
Mon Nov 15, 2021 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX - CREATEOBJECT and singleton pattern
Replies: 21
Views: 1596

Re: Full-text search

Logical operators and|not supported
Thanks to harbour search is that easy


Image

Image
by Otto
Tue Jun 29, 2021 7:13 am
 
Forum: mod_harbour
Topic: Full-text search
Replies: 2
Views: 364

Re: Full-text search with mod harbour

Logical operators and|not supported
Thanks to harbour search is that easy


Image

Image
by Otto
Tue Jun 29, 2021 7:13 am
 
Forum: mod_harbour
Topic: Full-text search with mod harbour
Replies: 2
Views: 323

Re: Full-text search

... flexible. But here you are in harbour and all is easy! I am searching all topics inside topic text and header! Now I tested using "logical operators". Best regards, Otto https://mybergland.com/fwforum/fulltextsearch2.gif
by Otto
Mon Jun 28, 2021 4:40 pm
 
Forum: mod_harbour
Topic: Full-text search
Replies: 2
Views: 364

Re: Full-text search with mod harbour

... result informatively and possibly making the search more flexible. But here you are in harbour and all is easy! Now I tested using "logical operators". Best regards, Otto https://mybergland.com/fwforum/fulltextsearch2.gif
by Otto
Mon Jun 28, 2021 4:36 pm
 
Forum: mod_harbour
Topic: Full-text search with mod harbour
Replies: 2
Views: 323

New FTDN December/Diciembre 2020 (FWH 20.12)

... row as a single dimentional array. Same as ::aMatrix[ nRow ] matrix[ nRow, nCol ] --> value of ::aMatrix at nRow, nCol It is recommended to use operators +-*/^ and == instead of calling the corresponding methods. OPERATOR *: matrix1 * matrix2 --> result matrix of matrix multiplication of ...
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2360

Re: Multiple array is giving me problems

Enrico Maria Giordano wrote:
Antonio Linares wrote:Marc,

fields assignment must use ":="

shopcolor->kleuren := cKleur
shopcolor->hexcode := Chex


It's not true. In that context, the two operators = and := are equivalent.

EMG


Enrico,

It works because the alias is specified. Remove the alias and it will fail.
by Antonio Linares
Mon Dec 14, 2020 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple array is giving me problems (SOLVED)
Replies: 11
Views: 788

Re: Multiple array is giving me problems

Antonio Linares wrote:Marc,

fields assignment must use ":="

shopcolor->kleuren := cKleur
shopcolor->hexcode := Chex


It's not true. In that context, the two operators = and := are equivalent.

EMG
by Enrico Maria Giordano
Mon Dec 14, 2020 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple array is giving me problems (SOLVED)
Replies: 11
Views: 788

Re: FWH: Support for Matrix calculations

... row as a single dimentional array. Same as ::aMatrix[ nRow [ matrix[ nRow, nCol ] --> value of ::aMatrix at nRow, nCol It is recommended to use operators +-*/^ and == instead of calling the corresponding methods. OPERATOR *: matrix1 * matrix2 --> result matrix of matrix multiplication of ...
by nageswaragunupudi
Thu Dec 10, 2020 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 706

FWH: Support for Matrix calculations

... https://imagizer.imageshack.com/v2/xq90/924/xIna6a.png While we can use corresponding methods of the class, in many cases using operators like above makes is much easier. Example: output := ( training_set_inputs * synaptic_weights ):Sigmoid()synaptic_weights += ...
by nageswaragunupudi
Thu Dec 10, 2020 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 706

To All - CLASS TDayView FROM TCalex

... To https://i.postimg.cc/BnJJQ2zk/giorno.jpg Let me explain, I need to enter the appointments of the day for different operators example : in a mechanical workshop there are 4 workers, one specialized in various mechanical sectors, electrician, car repairer, tire dealer ...
by Silvio.Falconi
Thu Dec 10, 2020 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To All - CLASS TDayView FROM TCalex
Replies: 0
Views: 321
Next

Return to advanced search