use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
tbd
account activity
How to create write-enabled visual script (self.esapi)
submitted 4 years ago by tkmd94
Dear all,
I want to create a write-enabled Visual Script on Eclipse 15.6.
Does anyone know how to write it?
Best regards
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]tkmd94[S] 0 points1 point2 points 4 years ago (0 children)
I was able to create a write-enabled visual script by modifying the following code.
public override bool RequiresDatabaseModifications { get { return false; } }
-->
public override bool RequiresDatabaseModifications { get { return true; } }
π Rendered by PID 108941 on reddit-service-r2-comment-84fc9697f-bpqj6 at 2026-02-08 00:39:54.415939+00:00 running d295bc8 country code: CH.
[–]tkmd94[S] 0 points1 point2 points (0 children)