How can the design file name be printed without the .dgn extension using a Design Script?
The plot_name character variable will print the design file name without the extension. Example:
if (characters == "$plotname$") thencharacters = plot_nameendif