This is an old revision of the document!
BCSUtils is a BCC-enhanced version of ACSUtils. It has exactly the same functions and constants as ACSUtils, so all ACSUtils documentation also works for BCSUtils.
BCSUtils namespace.
Just include bcsutils.bcs instead of acsutils.acs and make sure the file you're including is from is .bcs and not .acs.
#library "project" #include "zcommon.bcs" #include "bcsutils.bcs" // This line is optional and makes all BCSUtils functions // usable without writing the "BCSUtils." prefix using BCSUtils;