NetTalk.tpl
#Boxed,Where(%ABCBaseClass='NetDIP'),at(2,20),section
#Prompt('&Room Name',@s255),%RoomName,Default('myRoom'),Req
#Display('This will be the room added and used on the server.')
#prompt('Server &Address:',@s80),%NetAppSite,default('''dip.capesoft.com''')
#display('You can use the free DIP server at ''dip.capesoft.com''')
#display('Or you can also run your own DIP Server')
#prompt('Server &Port (def 6873)',@n9),%NetAppPort,default(6873)
#display('This is the site address and port of the DIP server.')
Hi Bruce,
Instead I modify the template,
Is it possible for Capesoft to change the
#prompt('Server &Port (def 6873)',@n9),%NetAppPort,default(6873)
to STRING
#prompt('Server &Port (def 6873)',@S9),%NetAppPort,default(6873)
where I can place Local Variable at NetAppPort.
TIA