Saved Bookmarks
| 1. |
How We Can Send More Values Through The Response Text? |
|
Answer» We can send text VALUES with the concatenation of ‘I’ operator and by splitting with the PIPE operator like ’responseText.split(‘|’);’ If DONE PROPERLY, we would receive an array of our text. Now, we can ACCESS it, or we can use JSQN to send multiple text values in a array format. We can send text values with the concatenation of ‘I’ operator and by splitting with the pipe operator like ’responseText.split(‘|’);’ If done properly, we would receive an array of our text. Now, we can access it, or we can use JSQN to send multiple text values in a array format. |
|