Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 21061

log.picture bug

$
0
0

From time to time I get caught out by the log.picture bug. If you want to log a picture you use

log.picture (obj.picture)   [This works]

 

but if you want to log a picture with message text the help file for picture method says

Log.Picture(PictureMessageTextAdditionalInformationPriorityAttrFolderID)

 

Which means that this line should be valid

log.picture (obj.picture, "my message") [Syntax error]

but this always results in a syntax error at the comma.

 

You have to use the same command without brackets

log.picture obj.picture, "my message" [This works]

 

The command should parse with the brackets, as do all the other log methods. Please fix this bug.


Viewing all articles
Browse latest Browse all 21061

Trending Articles