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 characters from the last (right side)? So, there is… LoadRunner – How to cut the string to the last x digits


