LoadRunner – How to cut the string to the last x digits
In LoadRunner, getting the first n characters is an easy task by just using strncpy(). But what about when you want to get the number of character from the last (right side). So, there is no direct C or LoadRunner function which you can use to cut the string to the last x digits. For … Read more