(AGK version: 2018.06.22)
Submitted: 2018-07-04 11:27:43
permission$ = "WriteExternal"
if ( CheckPermission( permission$ ) <= 0 )
	RequestPermission( permission$ )
	while( CheckPermission( permission$ ) = 1 )
		Sync()
	endwhile
endif
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login to post an example of your own.