How to "printf" text and variable contents?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Can anybody PLEASE tell me how to do a simple "printf" in Script-Fu?

Thank you in advance!

FAILED ATTEMPT(S):
(define (script1)
  (let*
    (
      (x 2)
    )
    ; This just prints "script-fu: 1: x="; it doesn't print value of x
    (gimp-message "1: x=" x)

    ; This causes an "execution error"
    (gimp-message
      (cons "2: x=" x)
    )

    ; This also causes an "execution error"
    ; (gimp-message x)

  )
)





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/script-fu/

<*> To unsubscribe from this group, send an email to:
    script-fu-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



[Index of Archives]     [Gimp Developers]     [Gimp Users]     [Yosemite News]     [Epson Inkjet Printers]     [Scanners]     [Gimp's Home]     [Steve's Art]

&hbsp; Powered by Linux