Content tagged return

Similar Tags

Report Tag

5 usages of this tag
  • 12 replies
  • 983 views

I keep running in this same issue, and solving it with a global variable to emulate a switch like the following doesn't stop my thirst of a solution: Global var...

  • 4 replies
  • 473 views
Not favoritedFavorited Favorited 0 favourites

Only shows parameters when at the start of the function.

  • 3 replies
  • 431 views
This content is deleted
Forum Topic
Need a confirmation on the way functions return values
Not favoritedFavorited Favorited 0 favourites

I just face a behavior that seems different from programming languages. The Set return value action. If I don't create Else branches, the different conditions a...

posted 2 years ago
  • 4 replies
  • 205 views
This content is deleted
Forum Topic
Actions within my return functions run 3 times
Not favoritedFavorited Favorited 0 favourites

Print Functions.Underline("2"). Print 3. I get: 1. 2. 3. But when I include an additional Print action within the return function itself—like Print test—it prin...

posted 9 months ago
  • 1 replies
  • 78 views
This content is deleted
Forum Topic
Function Async + return value
Not favoritedFavorited Favorited 0 favourites

With function in C3 > runtime.Callfunction("name", param...). If this function is async, we can't return value, why or how I do ? With function in script I want...

Similar Tags