This functionality was introduced in WMQI V2.1 CSD03 and is documented in the V2.1 CSD release guide. This new capability also allows multiple variables of the same datatype to be declared in the same DECLARE statement. For example :
Code:
DECLARE myInt1, myInt2 INT;
DECLARE myInt3, myInt4 INT 5;
The last DECLARE statement would declare two integers called myInt3 and myInt4 and initialise them to the value of 5. Not only is the ESQL more compact when editing but it also faster performing since multiple ESQL statements do not need to be executed. _________________ Regards
Craig
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum