1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

chore: amended comment

This commit is contained in:
trmoody
2022-03-04 01:26:58 +00:00
parent cfe90a8d0d
commit 203ff3f80d

View File

@@ -33,7 +33,7 @@
%return;
%end;
/* Set maxtries equal to '10 to the power of [unused characters] - 1' */
/* Set maxtries equal to '10 to the power of [# unused characters] - 1' */
%let maxtries=%eval(10**(8-%length(&prefix))-1);
%do x = 0 %to &maxtries;