Quantcast
Channel: GSAK Forum
Viewing all articles
Browse latest Browse all 75055

How to check presence of named import profiles by clyde - 2013-07-07

$
0
0
QUOTE (Kai Team @ July 07, 2013 11:03 pm)
You can test for the existence of a MoveCopy setting using SysInfo(). This code will check for a MoveCopy setting named "Test":

GSK
$Settings = SysInfo("S_MoveCopy")
IF At("Test",$Settings)=0
   MSGOK Msg="The setting 'Test' does NOT exist"
ELSE
   MSGOK Msg="The setting 'Test' does exist"
ENDIF



Just a minor cautionary nitpick with that code.

It will also return matches for "MyTest", "TestThis", and "TheTestMaster"

Viewing all articles
Browse latest Browse all 75055

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>