Need Help In Chracter Count Using BAS
-
How can i count chracter in datasource line using BAS.If chracter limit increased so that it can stop/break the process ?
-
How can i count chracter in datasource line using BAS
You can use length function, like this
Or use constructor
-
If chracter limit increased so that it can stop/break the process ?
You can stop current thread with "Success" or "Fail" actions and break all script with "End Script" action