CHAVEZ Posted January 23 Posted January 23 por favor quisiera me ayuden quiero convertir de hectareas a metros 2 como le hago CC2.lsp Quote
pkenewell Posted January 24 Posted January 24 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. Quote
Isaac26a Posted January 24 Posted January 24 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 1 Quote
marko_ribar Posted January 24 Posted January 24 You may find this routines useful - it has nice dialog box and performs conversion of any length, sq length, cubic length between various units... Link : https://www.cadtutor.net/forum/files/file/50-lclsp-aclsp-vclsp/ Quote
CHAVEZ Posted January 24 Author Posted January 24 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. Quote
CHAVEZ Posted January 24 Author Posted January 24 perdon quiero que salga en metros en la tabla sin esos guiones si no es mucha molestia Quote
pkenewell Posted January 29 Posted January 29 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. Quote
Recommended Posts
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.