Problem with new CHDK version - Script Writing - CHDK Forum supplierdeeply

Problem with new CHDK version

  • 2 Replies
  • 7480 Views
*

Offline Mac

  • *
  • 40
Problem with new CHDK version
« on: 15 / December / 2007, 13:13:53 »
Advertisements
Hi!
Have downloaded new version of GrAnd's CHDK.
Being a novice, I spent some time trying out various options on my s2is ver. 100g camera.
Figured out that print "something", a required the space between "," and a to work.
Can't get the following commands to work:

*

Offline GrAnd

  • ****
  • 916
  • [A610, S3IS]
    • CHDK
Re: Problem with new CHDK version
« Reply #1 on: 15 / December / 2007, 13:27:34 »
Hm... New version? I have not released any versions since August. What the version do you mean?

> Figured out that print "something", a required the space between "," and a to work.
It's strange. Because many scripts in the Wiki does not have spaces in print command, and nobody have complained that they do not work.
CHDK Developer.

Re: Problem with new CHDK version
« Reply #2 on: 15 / December / 2007, 17:15:12 »
Hi!
Have downloaded new version of GrAnd's CHDK.
Being a novice, I spent some time trying out various options on my s2is ver. 100g camera.
Figured out that print "something", a required the space between "," and a to work.
Can't get the following commands to work:


The comma shouldn't even be required as I've found out (always thought it was and added annoying little spaces where I didn't want them)

print "something",a
print "something "a
should both work the same

you can even do something like:
print "something"ab

where both a and b are variables.


 

Related Topics