- This topic has 3 replies, 2 voices, and was last updated 12 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Integrated Application Platform
Integrated Application Platform › Forums › General › How to run function in "mylib" in workspace
I’ve created a small function in “mylib” called “create_tables” and when I press F9 in LibraryView it runs and does as it’s supposed to. I switch to WorkSpace and try to run the function and cannot for the life of me get it to run. I’ve spent most of the day searching old forums, the available docs, etc. etc. and I’m sure it’s there, but I can’t find it. The function takes no parameters and returns a string. Can someone please make my life easier and just tell me how this can be accomplished?
Many many thanks.
A good night’s sleep does wonders! I finally stumbled upon the fact that function names must start with a Capitol letter. 😳
One of the joys of learning a new (to me) language, it’s the little things that will kill you. So far, all the BIG things have been relatively easy to understand and implement and I’m a lot further along than I expected to be! Thanks for this GREAT language!
Glad you got it figured out.
Those “obvious” little things will get you every time!
There should probably be validation in Library View for capitalized names.
No need for more work on your part, it’s fine as it is. Can’t De-Darwin the whole world, we the ignorant just have to learn or perish. I’m trying to keep notes on the gotchas I encounter so maybe when I’m proficient and knowledgeable enough, I can put together “A Complete Guide to Programming Suneido for Complete Morons” (like me, lol) and remember all the little things that need to go into it. Thanks again for this great language. I haven’t had this much fun since Clipper 5.x!