Items tagged with describe

Feed App Center

Hello, I have a procedure "timing" in the code editor that I am calling from the main canvas of a flow document. I would like to print the procedure description text string from the Description option in the procedure using the Describe command. However, Describe(timing) does not return anything.

The flow document is at this link: Procedure-Describe.flow

I would appreciate any suggestions.

Thanks

Why doesn't calling Describe with a sequence input work?

S:= 1,2,3; Describe(S);

Error, (in Describe) invalid input: describe expects its 3rd argument, indent, to be of type string, but received 3
 

Page 1 of 1