mirror of
https://github.com/sasjs/core.git
synced 2026-01-15 12:30:06 +00:00
chore: amended comment
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
%return;
|
%return;
|
||||||
%end;
|
%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);
|
%let maxtries=%eval(10**(8-%length(&prefix))-1);
|
||||||
|
|
||||||
%do x = 0 %to &maxtries;
|
%do x = 0 %to &maxtries;
|
||||||
|
|||||||
Reference in New Issue
Block a user