0

Code mit ChatGPT schreiben?

Moinsen,

bin mit meinem Projekt für unser Planungstool nur langsam voran gekommen in den letzten Monaten. 

Zurzeit hänge ich gerade noch in ein paar Feinheiten fest.

Ich habe auch versucht, mal mit ChatGPT Code zu schreiben, leider funktioniert der nur manchmal gut, oft werden falsche Formeln eingesetzt, oder die falsche Programmiersprache verwendet.
Am liebsten würde ich das alles selber lernen, aber das übersteigt leider meine Programmier-kenntnisse/fähigkeiten.

Gibt es einen Trick bei der Verwendung von ChatGPT, so dass die Ausgabe besser wird, hat da jemand einen Tip? 

Am liebesten habe ich natürlich das Wissen aus der Community hier, will aber nicht wegen jedem kleinen "Hänger" hier immer nachfragen.

Gruß

Mirko

2 Antworten

null
    • Fred
    • vor 8 Tagen
    • Gemeldet - anzeigen

    Try the Ninox flavored ChatGPT. Thanks to .

    While better it is not perfect either. The best place to learn is here in the forums. :)

    • Rafael_Sanchis
    • vor 7 Tagen
    • Gemeldet - anzeigen
    let xlf := urlDecode("%0A");
    let fsp := urlDecode("%E2%80%87");
    let focus := this;
    "InvoiceNo: " + InvoiceNo + xlf +
    "TOTAL NET PRICE: " + 'Total net price' + xlf +
    "DISCOUNTS: " + Discounts + xlf +
    "IVA: " + VAT + xlf +
    "TOTAL GROSS PRICE: " + 'Total gross price' + xlf +
    "TOTAL GROSS PRICE + Discounts: " + 'Total gross price more Discount' + xlf
    
    Adaptar este codigo para que acepte ccs

    Hi Mirko.

    Yesteday I place these script on DeepSeek and I ask Adapts these code to CSS on Ninox.

    the result was 

    It doesn,t always give the result the first time

    It is important to highlight that it gives you the result in Ninox DB