Substitution string incoming in WLAN_ESP8266

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
gonzogonzo
Posts: 56
Joined: Mon Aug 11, 2014 3:57 pm
Has thanked: 18 times
Been thanked: 17 times
Contact:

Substitution string incoming in WLAN_ESP8266

Post by gonzogonzo »

Hello,

i have a simple question: is possible increment number incoming substitution string in WLAN_ESP8266 component over six max default?

Thanks

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Substitution string incoming in WLAN_ESP8266

Post by LeighM »

Hi,
How many would you be requiring?
Depends what you are trying to do, but the substitution values are strings, so might it be possible to pass more than one value in each string using a separating character (such as "-" , "." , "_" , "~" ).

gonzogonzo
Posts: 56
Joined: Mon Aug 11, 2014 3:57 pm
Has thanked: 18 times
Been thanked: 17 times
Contact:

Re: Substitution string incoming in WLAN_ESP8266

Post by gonzogonzo »

Hi,

I have to capture values ​​from different editboxes of the same web page and there are more than six; I thought of putting the editboxes on different pages but the thing is not very elegant ....

Post Reply