Jump to content

conversión de hectáreas a metros 2


CHAVEZ

Recommended Posts

It looks like you already have the value you need in the LISP program, since it converts from Meters to Hectares in the code. Do something like this - change line 261 from:

(write-line (strcat "\t\t\t\tArea = \t" has "\t" "Has.") archs)

to

(write-line (strcat "\t\t\t\tArea = \t" has "\t" "Has.\t(" areat " meters)") archs)

Let me know if that works.

Link to comment
Share on other sites

In the line 259 uncomment the line and comment the line 261

Same way on lines 253 and 255

En la linea 259 quita el punto y coma ;

Y pon uno en la linea 261

De igual forma en las lineas 253 y 255

  • Like 1
Link to comment
Share on other sites

Hace 4 horas, PKENEWELL dijo:

Parece que ya tiene el valor que necesita en el programa LISP, ya que convierte de Metros a Hectáreas en el código. Haga algo como esto: cambie la línea 261 de:

(write-line (strcat "\t\t\t\tArea = \t" has "\t" "Has.") archs)

Para

(write-line (strcat "\t\t\t\tArea = \t" has "\t" "Has.\t(" areat " meters)") archs)

Déjame saber si eso funciona.

 

Link to comment
Share on other sites

On 1/24/2024 at 1:28 PM, CHAVEZ said:

perdon quiero que salga en metros en la tabla sin esos guiones si no es mucha molestia

Please send a screenshot of how it looks now, and how you want it to look.

Envíe una captura de pantalla de cómo se ve ahora y cómo desea que se vea.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...