Hi, in part of some code i am using there is a message defined by:
char message1[133]="Please Select Features";
And then its referenced as:
feature_select=message1;
And called as a perameter using:
UF_UI_select_feature ( feature_select, NULL, &count, &feature_tags, &response)
I was just wandering what the [133] part is. Is it just defining the number of characters assigned for the message?
Thanks,
Tom