Inserting sample string in @mean
Posted: Wed Apr 20, 2011 6:42 am
Could someone explain what the problem is with this code:
As far as I can see is inserting two years and a space enclosed by quotations (i.e. "2010 2021"), which is what I think the coding should specify.
Code: Select all
%sample_string = @str({%date_project_begin}) + " " + _
@str({%date_project_bbox_end})
scalar mean_inventory_change = @mean(dbbinv, %sample_string) Code: Select all
%sample_string