Search found 240 matches: arguments

Return to advanced search

Re: Understanding how autoGPT works...

... "delete file", "enhance code", "read file", "search file" select the most appropiate for the arguments "get info from http://www.test.com" and provide your answer in json format { "command", "argument" } only { ...
by Antonio Linares
Sun Apr 09, 2023 2:35 pm
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 545

Re: Understanding how autoGPT works...

... "delete file", "enhance code", "read file", "search file" select the most appropiate for the arguments "find demo.prg" and provide your answer in json format { "command", "argument" } only { "command": ...
by Antonio Linares
Sun Apr 09, 2023 11:59 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 545

Re: Understanding how autoGPT works...

... internet", "execute", "delete file", "enhance code", "read file" select the most appropiate for the arguments "improve demo.prg" and provide your answer in json format { "command", "argument" } only { "command": ...
by Antonio Linares
Sun Apr 09, 2023 11:55 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 545

Understanding how autoGPT works...

... of commands "search internet", "execute", "delete file", "read file" select the most appropiate for the arguments "run the file demo.prg" and provide your answer in json format { "command", "argument" } only { "command": ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 545

Re: still the ordkeycount error

... it is indeed a button of the buttonbar. When user closes dialog in button "X" ordkeyKount error. If you read before answering with other arguments you might realize what problem I needed and it's not the first time you've done it
by Silvio.Falconi
Fri Mar 17, 2023 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: still the ordkeycount error
Replies: 7
Views: 500

Re: How to create a PRIVATE variable owned by the caller?

PRIVATE Create and initialize private memory variables and arrays Syntax PRIVATE <identifier> [[:= <initializer>], ... ] Arguments <identifier> is the name of a private variable or array to create. If the <identifier> is followed by square brackets ([ ]), an array ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 818

Re: Bug in Harbour ATAIL()

... element of an array ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Syntax ATAIL(<aArray>) --> Element Arguments <aArray> is the array. Returns ATAIL() returns either a value or a reference to an array or object. The array is not changed. Description ...
by Enrico Maria Giordano
Thu Feb 24, 2022 5:45 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Harbour ATAIL() [False report]
Replies: 11
Views: 2359

Re: Can Colorized this border ?

... buttonbar. my request was quite different. Once again I ask you to be punctual on the answers (if you want to help) and not to answer with other arguments or other things that I have never asked you. I only asked if it was possible to color the border of the buttonbar, I didn't ask what you answered
by Silvio.Falconi
Thu Dec 02, 2021 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can Colorized this border ?
Replies: 7
Views: 672

Re: problema on transform

... 8, ahi no se si falla o esta correcto, dado que la ayuda indica que Syntax Transform( <xValue>, <cPicture> ) --> cFormattedString Arguments <xValue> This is a value of data type Character, Date, Logic, Memo or Numeric to be formatted. <cPicture> This is a PICTURE formatting ...
by nageswaragunupudi
Wed Oct 27, 2021 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema on transform
Replies: 2
Views: 415

problema on transform

... 8, ahi no se si falla o esta correcto, dado que la ayuda indica que Syntax Transform( <xValue>, <cPicture> ) --> cFormattedString Arguments <xValue> This is a value of data type Character, Date, Logic, Memo or Numeric to be formatted. <cPicture> This is a PICTURE formatting ...
by carlos vargas
Mon Oct 25, 2021 8:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema on transform
Replies: 2
Views: 415

Re: help on a GPF situation

... the following effect: any calls to HB_TRACE that were left by the compiler and which have a level lower or equal to HB_TR_LEVEL will print its arguments on STDERR. EXAMPLES ======== HB_TR_LEVEL HB_TR_LEVEL Description compilation run-time ----------- ----------- ---------------------------------------- ...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3411

Re: Decimal detection

... ------------------------------------------------------------------------------ Syntax ROUND(<nNumber>, <nDecimals>) --> nRounded Arguments <nNumber> is the numeric value to be rounded. <nDecimals> defines the number of decimal places to retain. Specifying a negative ...
by James Bott
Sat Oct 09, 2021 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decimal detection
Replies: 10
Views: 1181

Re: HTML reporting system

Dear Otto, ( Dear Antonio, Dear Nages , Dear Cris) I think you should start respecting the forum arguments this forum is about English Forums ‹ FiveWin for Harbour/xHarbour forum and not for mod_harbour Please move this topic in the relative section http://forums.fivetechsupport.com/viewforum.php?f=45&sid=f0ddc236fc36d1e397e5afd8ce1d12c8 ...
by Silvio.Falconi
Thu Jun 10, 2021 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML reporting system for FIVEWIN
Replies: 15
Views: 1652

Re: ? 235.1234/100 == 2.35

... Lipkin SET DECIMALS Defines the number of decimal places for displaying numeric values on the screen. Syntax SET DECIMALS TO [<nDecimals>] Arguments <nDecimals> This is a numeric value specifying the number of decimal places for screen output of numbers. The default value is 2. If ...
by Rick Lipkin
Thu Jun 03, 2021 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ? 235.1234/100 == 2.35
Replies: 3
Views: 463

Re: Dividir Un Array

... from one array to another Syntax ACopy( <aSource>, <aTarget>, [<nStart>], [<nCount>], [<nTargetPos>] ) → aTarget Arguments aSource is the array to copy elements from. aTarget is the array to copy elements to. nStart is the beginning subscript position to copy from ...
by hmpaquito
Fri May 21, 2021 11:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dividir Un Array "SOLUCIONADO"
Replies: 5
Views: 627
PreviousNext

Return to advanced search