This resource is a tutorial on how can you define modular code blocks in your loadrunner script. This can have multiple uses like
Writing common code blocks into functions which can be easily mananged
Placing file writing code into a function, which can be called throughout the test script...