The printf-like string substitution appear to not work correctly.
I have the following code:
console.info('AccountId:= %s', data.AccountIdentifier);
data. AccountIdentifier is a string
It returns the following:
"AccountId:= %s" "3c7e58ba-8f2b-de11-99a7-00155d0a0907"
Any advise will be helpful.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---