CDK277
Posts: 28
|
| Posted: 10/05/2007, 11:21 PM |
|
hi
How do I change ccs comment tags?
//Begin CCS script
//End CCS script
to something else such as
//Begin somethingelse123
//End somethingelse123
Everytime i change it, Codecharge will change it back?
|
 |
 |
CDK277
Posts: 28
|
| Posted: 10/05/2007, 11:46 PM |
|
could I also change variable names to my own format etc?
|
 |
 |
CDK277
Posts: 28
|
| Posted: 10/06/2007, 12:18 AM |
|
another question, how do you design a database in codecharge ?
|
 |
 |
ReneS
Posts: 225
|
| Posted: 10/06/2007, 4:09 AM |
|
Hi,
I suggest that you take a look at the example pack. It is very helpfull in trying to understand Codecharge.
BTW, Codecharge is not used to design a database, it has however a sample database, or script for a sample database.
Goodluck,
Rene
|
 |
 |
CDK277
Posts: 28
|
| Posted: 10/06/2007, 4:15 AM |
|
Quote ReneS:
I suggest that you take a look at the example pack. It is very helpfull in trying to understand Codecharge.
1 -so does that mean we can not modify the comment or variable?
2 - I assume CCS uses the comment as reference, therefore im not allow to remove them?.
|
 |
 |
JimmyCrackedCorn
Posts: 583
|
| Posted: 10/06/2007, 1:40 PM |
|
a code generator (like CCS) does its magic by writing code for you and then marking that code as its own so it can rewrite it for you later. it uses the comments to keep track of what it has written for you.
why would you want to rename the CCS comments?
I'm pretty sure if you mess with these your application will a) not work correctly when reopened in CCS or b) CCS will simply overwrite your changes each time you open your project.
of course, if you don't want to bring your app back into CCS you can do whatever you want. but then you are missing out on one of the neat features of this code generator.
_________________
Walter Kempees...you are dearly missed. |
 |
 |