ParameterTest.cs
//This script demonstrates how to use parameters in a file. //You can use this file through Import("ParameterTest.cs", 1,2) or Import("ParameterTest.cs", "AB","CD") //or through command line FTPRush.exe ParameterTest.cs AB CD var var1 = {~0}; var var2 = {~1}; Println(var1 + var2); |
Created with the Personal Edition of HelpNDoc: Easily create iPhone documentation