PDA

View Full Version : String in Declarations



pheisholt
06-30-2004, 11:26 AM
Is there any way I can enter a string variable in the Declarations section of a DAX file?

I was thinking of something along these lines:

PLAYBUTTON ["Play Button"]{
FILE_DRIVE ["Drive letter"] : string = "D";
FILE_BASEFOLDER ["Base folder"] : string = "iTunesDB";
}