Many thanks, Jean-Pierre.
I was actually looking for IDE Scripting information (I wrote my message
to quickly...). However your info will be very useful. Thanks!
I'm trying to code for a build step copying some files/folder after App
build, based on 32 or 64 bits build.
Here is my script:
If CurrentbuildTarget=19 Then
 RunScript("CopyFile_DriveCleanup64")
 RunScript("CopyFiles_KeyCopy64")
ElseIf CurrentBuildTarget=3 Then
 RunScript("CopyFile_DriveCleanup32")
 RunScript("CopyFiles_KeyCopy32")
End If
CopyFile_DriveCleanup32 (64) and CopyFiles_KeyCopy32 (64) are CopyFiles
scripts, tested and working.
This script does not work. Would you know why, by chance?
Jean-Luc Arnaud
Post by Jean-Pierre DOUCEThttp://developer.xojo.com/xojoscript
http://developer.xojo.com/webinar-xojoscript
or the Mark Zeedar last xDev March/April 2018 : "Scripting stock
prices" as a well documented exemple.
Post by Jean-Luc ArnaudHi all,
Where could I find a king of XojoScript User's Guide, or any
information source about XojoScript?
TIA
--
Jean-Luc Arnaud
JPD