pg
Contents
Syntax
pg(prompt,i,max) pg(i,max) pg(i) pg('i')
Description
this is a shortcut for using fn_progress: instead of initializing before a loop with fn_progress(prompt,max), and then updating at each loop with fn_progress(i), only write pg(promt,i,max) inside the loop (the proper initialization will be called at the appropriate time)
Source
Thomas Deneux
Copyright 2015-2017