How to use ChatGPT to write code 1. Narrow down and sharpen up your request This first step is to decide what you will ask of ChatGPT -- but not yet ask it anything. Decide what you want your function or routine to do, or what you want to l...
Sometimes the programmer is friendly and will include a prompt that tells you what to type in, so keep an eye on the Command Line history. If not, you’ll have to open the AutoLISP file (a double click should do the trick) and find the line that defines how to run the routi...
Hi bma83, still is used when something doesn’t done yet and you’re surprised/concerned of this. Sorry for my english, I’m learning it but I wanna try to write in english instead italian ;) In contrast of yet, still usually is in the middle of sentence, while yet is at the ...
Well, you can do a send command but you won't be able to get the output. Best bet is to write a quick and dirty lisp routine using the vlax-curve-xxx function Carl recommended, and have the lisp routine pump the results into one of the USERXXX variables, and then use VBA to pull...
1. Write a subroutine (procedure, etc.), called ADDXY, that takes as input two scalars, x and y, and produces x + y as output. Write a program that reads two scalars, x and y applies ADDXY to x and y, and prints the answers in a readable fashion. "THE SUM OF x AND y IS ...
If you have worked on large drawings or have had to zoom in and out a lot you may have noticed that curved objects like circles and arcs appear blocky or look more like polygons rather than circles. Don't worry, you have options to fix this. 1) Set the s
to write a speech to my brother in law who is forty years in the ministry • can anyone help me a facilities manager to get a job in dubai • can you help me check how will get permanent visa this year • how do i find a local typist to type a project for me in the ...
A 65 year old lady suddenly started learning to swim instead of her usual routine of going to bingo. Everyone was curious and asked her: "why the change in your interest?" The lady, with a look of helplessness replied: "Whenever my son and daughter-in-law quarrel with each other my Da...
Years ago, I showed how to write a semi-practical Scheme interpreter Java and in in Common Lisp). This time around the goal is to demonstrate, as concisely and simply as possible, what Alan Kay called "Maxwell's Equations of Software." Why does this matter? As Steve Yegge said, "If...
like calculate what a parabola is, how fast a car is going to go, or how much money a business is going to make. Those are just mathematical calculations. Typical kinds of programs that do that are financial modeling software for simple math equations, etc. That’s the...