Hello,
I am very new to C but need to use it to resolve a problem.
I have a variable called "W12".
All I want to do is increment W12 to W13, W14 etc and then use it later in my code (I am using QA Load to load test an application).
I am not sure if W12 is defined as a string, an array.
As I understand it you cannot mix integers and Characters in an array, I am sure this is quite simple to do but get bogged down in C tutorials about pointers and things when I try to code it my self (no previous experaince with writing C).
Can anyone help?