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

Recommended Answers

All 2 Replies

>Is it just defining the number of characters assigned for the message?
Yes.

Thankyou very much

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.