Ask a Question related to Macromedia ColdFusion, Design and Development.
-
ser_g #1
with construction in cf script
Hello!
is there "with" construction in cf script?
whet is the synthax? i get an with:
with (lang){
ss = 123;
}
is there cfscript reference?
ser_g Guest
-
Name wanted for module in construction
Hi, I'm writing a module designed to work along with DBI to enable database-independent SQL generation. I've seen DBIx::SQLEngine and... -
Coldfusion MX7 Web Application Construction Kit!
Support Staff, Coldfusion Gurus, Ben Forta, Leon Chalnick, Angela Buraglia, or Raymond Camden: I installed Coldfusion Developer's Edition while I... -
Forms construction - Mac OS X
Am I missing something or is the whole suite of Form construction tools (like Adobe Designer) mia in Acrobat 7.0 Professional for Mac OS X? If I am... -
Best way to approach object construction errors?
I've created a class called university, it has a constructor which can accept an id. If the id is sent during construction the constructor will... -
New website under construction.
Hi All: I am working on a new website and quite frankly am delighted with how it is turning out. I'm using a pc with DWMX Studio and playing... -
Adam Cameron #2
Re: with construction in cf script
> is there "with" construction in cf script?
No.
--
Adam
Adam Cameron Guest
-
ser_g #3
Re: with construction in cf script
:-( that's bad..
Is there any other way to put some variables into another one?
ie
set:
var1 = 1;
var2 = 2;
var3 = 3;
and then put them into some structure.
instead of
structure = structNew();
structure.var1 = 1;
structure.var2 = 2;
structure.var3 = 3;
I want to make a language file (component) with the minimum code rewriting...
ser_g Guest
-
PaulH #4
Re: with construction in cf script
by "language file" do you mean to internationalize (i18n) your app? if so you might try [url]http://www.sustainablegis.com/unicode/resourceBundle/javaRB.cfm[/url].
PaulH Guest
-
ser_g #5
Re: with construction in cf script
Thank you, Paul.
Thans what I was trying to create!
ser_g Guest
-
PaulH #6
Re: with construction in cf script
if you're going to be creating large or complex rb files then you'll also need [url]http://www-306.ibm.com/software/globalization/icu/rbmanager.jsp[/url]. works great and is free.
PaulH Guest
-
ser_g #7
Re: with construction in cf script
And thank you once again I jast was typing the message on where to get it since it moved from [url]http://www.ibm.com/link/oss.software.ibm.com/redirect.shtml/icu4j/demo_tools/RBManager.html[/url]
;-)
ser_g Guest



Reply With Quote

