In the first Sub in the Pirate Batch example, what does \”R\” represent? why have we set it equal to 3?
1 Answers
I am not sure what you are referencing. In the downloaded material from Learning Suite section 13.3 it only has myRow as a variable that is being intialized and that is done with 2 because we want our first output to be in row 2 and then we will continue to increment that myRow by 1 as we go forward so that each line has a new output. I’m sorry if this doesn’t answer your question but this is the most applicable answer I could think of. Feel free to reach out or go to the TA lab if you’d like more help.
Your Answer