설명
이 프로그램은 fileopenbox의 사용을 보여줍니다. trnsport.gms TrnsportSetDec.inc, TrnsportSetData.gdx, 세 가지 파일로 나뉩니다. Trnsport.inc. 첫 번째 팝업 TrnsportSetDec.inc에서, 두 번째 팝업에서는 TrnsportSetData.gdx 및 세 번째 Trnsport.inc는 다음과 같아야 합니다. 선택되었습니다.
카테고리 : 무료 슬롯 게임 데이터 유틸리티 라이브러리
메인 파일 : Fileopenbox.gms 포함: Fileopenbox.gms TrnsportSetDec.inc TrnsportSetData.gdx Trnsport.inc
$onText
이 프로그램은 fileopenbox의 사용법을 보여줍니다. trnsport.gms
TrnsportSetDec.inc, TrnsportSetData.gdx, 세 가지 파일로 나뉩니다.
Trnsport.inc. 첫 번째 팝업 TrnsportSetDec.inc에서, 두 번째 팝업에서는
TrnsportSetData.gdx 및 세 번째 Trnsport.inc는 다음과 같아야 합니다.
선택되었습니다.
$offText
$if %system.filesys% == UNIX $abort.noError '이 모델은 Windows가 아닌 플랫폼에서 실행할 수 없습니다.';
* FLN1.INC 파일에는 사용자가 선택한 파일과 함께 include 문이 포함됩니다.
* 기본적으로 다른 디렉터리의 파일을 열기 위해 프로젝트 디렉터리가 열립니다.
* 다음 예와 같이 디렉터리 경로를 설정하려면 "i" 옵션을 사용해야 합니다.
* $call =ask T=fileopenbox I="%system.fp%" F="Trns*.inc" o=fln1.inc R="$include '%s'" C="포함 파일 선택"
$call =질문 T=fileopenbox F="Trns*.inc" o=fln1.inc R="$include '%s'" C="포함 파일 선택"
$include fln1.inc
* "$setGlobal"은 사용자가 지정한 파일 이름을 포함하도록 SETGDXNAME.INC의 매크로를 설정하는 데 사용됩니다.
$call =질문 T=fileopenbox F="Trns*.gdx" o=setgdxname.inc R="$setGlobal gdxfile '%s'" C="GDX 파일 선택"
$include setgdxname.inc
$gdxIn %gdxfile%
$load 나
$로드 j
* "$setGlobal"은 사용자가 지정한 파일 이름을 포함하도록 FLN2.INC의 매크로를 설정하는 데 사용됩니다.
$call =질문 T=fileopenbox F="Trns*.inc" o=fln2.inc R="$setGlobal incfile '%s'" C="포함 파일 선택"
$include fln2.inc
$include %incfile%