First time here? Check out the Help page!
1 | initial version |
@Benjamin has good advice. EnergyPlus will complain if you use characters such as commas and semicolons which are used for delimiting object fields. For example...
2 | No.2 Revision |
@Benjamin has good advice. EnergyPlus will complain if you use characters such as commas and semicolons which are used for delimiting object fields. For example...example the , after the handle to denote the end of a field and the ; to denote the end of an object.
OS:Version,
{ecd98db1-abc5-4a10-9fd5-2ac692b3dfe7}, !- Handle
1.5.0; !- Version Identifier
3 | No.3 Revision |
@Benjamin has good advice. EnergyPlus will complain if you use characters such as commas and semicolons which are used for delimiting object fields. For example the , "," after the handle to denote the end of a field and the ; ";" to denote the end of an object.
OS:Version,
{ecd98db1-abc5-4a10-9fd5-2ac692b3dfe7}, !- Handle
1.5.0; !- Version Identifier
4 | No.4 Revision |
@Benjamin has good advice. EnergyPlus will complain if you use characters such as commas and semicolons which are used for delimiting object fields. For example the "," , after the handle to denote the end of a field and the ";" ; to denote the end of an object.
OS:Version,
{ecd98db1-abc5-4a10-9fd5-2ac692b3dfe7}, !- Handle
1.5.0; !- Version Identifier
5 | No.5 Revision |
@Benjamin has good advice. EnergyPlus will complain if you use characters such as commas and semicolons which are used for delimiting object fields. For example the , after the handle to denote the end of a field and the ; after the version identifier to denote the end of an object.
OS:Version,
{ecd98db1-abc5-4a10-9fd5-2ac692b3dfe7}, !- Handle
1.5.0; !- Version Identifier