does anyone know a simple means of developing help for functinos? i want to allow the user to know what should be input in each argument
i cannot seem to find any good info on this specific topic
for example
rectanglearea(height, width)
i want user to see in the function dialog box
when selecting height
"represents the height of the rectangle"
when selecting width
"represents the width of the rectangle
i cannot seem to find any good info on this specific topic
for example
rectanglearea(height, width)
i want user to see in the function dialog box
when selecting height
"represents the height of the rectangle"
when selecting width
"represents the width of the rectangle