a "Snipping Tool" ...)
3. Go to the MS store
<https://www.microsoft.com/en-us/search/shop/apps?q=screenshot&devicetype=pc&Price=0>
and choose one among the many free screenshot tools ;-)
Have fun! (axwald @ forums.livecode.com)
-
• Livecode programming until the ca
Hi.
Paul Dupuis via use-livecode wrote
> I believe you need to surround the placeholder with single quotes.
Doesn't work, my LC doesn't do the replacement:
> UPDATE `t_test` SET `Text` = ':11' WHERE `Nummer` = ':22';
and
> UPDATE `t_test` SET `Text` = :'11' WHERE `Nummer` = :'22';
are sent to the
Hi,
the notation for revExecuteSQL you mention only works with 1-digit numbers
(in my LC 6.7.10).
Named arrays and 2- or more digit entries don't work - LC doesn't translate
'em. You can easily check this with your favorite network sniffer:
> put "bText" into myArr[11]
> put "99" into myArr[22]
>
pecialFolderPath("Resources")
You may assume _not_ to have write permissions in the program folder (in
modern OSses).
For user data there is the SFPs "documents" and "temporary".
Have fun, axwald
(@ forums.livecode.com)
-
• Livecode programming until the ca
ways). Calling INTest(true)
additionally gives the latency on line 2.
Since this is small and not intrusive at all I can call it quite often to
monitor IN quality even on mobile.
Have fun!
axwald
-
• Livecode programming until the cat hits the fan •
--
View this message in context:
http:/
Hi,
Dr Peter Brett wrote
> On 24/02/2017 18:47, axwald via use-livecode wrote:
> [...]
>> Not a specialist regarding this, but wouldn't it be possible to interface
>> such?
>>> https://github.com/jedisct1/libsodium
>>
>> @Lagi: The first customer alr
Hi,
few days ago I read about PHP incorporating a modern crypto lib now:
> https://dev.to/paragonie/php-72-the-first-programming-language-to-add-modern-cryptography-to-its-standard-library
Not a specialist regarding this, but wouldn't it be possible to interface
such?
> https://github.com/jedisct
an imagine that would really be a benefit for all.
Have fun!
axwald @ the forum
-
• Livecode programming until the cat hits the fan •
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Configuring-a-Sublime-Text-project-to-notify-LiveCode-IDE-about-updates-to-scr
Hi,
Sannyasin Brahmanathaswami wrote
> ERGO conclude: editing a script only stack and saving it does *not* update
> the "live" version of that file in memory that is in use by the engine.
I'd assume this to be legit & desired behavior. Imagine, your StandAlone
loads an utility stack from the web