Skip to content

Issue with long text string #13

@egadgetjnr

Description

@egadgetjnr

Hey There,
I've come across an issue when I'm trying to make a long text string. I'm not 100% sure what is going on.

I have the following Code:
sDataString = "{ \"SystemID\" : \"" + SYSTEMID + "\", \"Probe1\" : \"" + Probe1 + "\", \"Probe2\" : \"" + Probe2 + "\", \"Probe3\" : \"" + Probe3 + "\", \"Probe4\" : \"" + Probe4 + "\", \"Ambient1\" : \"" + Ambient1 + "\", \"Ambient2\" : \"" + Ambient2 + "\", \"Ambient3\" : \"" + Ambient3 + "\", \"Ambient4\" : \"" + Ambient4 + "\", \"MQTT_Timestamp\" : \"" + getTS("time") + "\" }";

However, the last few parts of it appear if it's still a string.
screen shot 2015-11-28 at 9 54 54 am

Do you have any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions