|
|||
|
.NET, Delphi, ... - Sisulizer Localization Tool Support > Technical Support (You need to be registered at the forum to write) > Bugs and Quirks in Sisulizer > '$' at the end of every occurance of 'vbCrLf'
|
| Moderated by: Renate.Reinartz, Markus.Kreisel, Jaakko.Salmenius, Ilkka.Salmenius |
|
||||||||||||||||
| '$' at the end of every occurance of 'vbCrLf' - Bugs and Quirks in Sisulizer - Technical Support (You need to be registered at the forum to write) - .NET, Delphi, ... - Sisulizer Localization Tool Support | |||||||||||||||||
| Author | Post | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
|
amitkhajuria Member
|
Hi , I am using Command line Utility to Localize my VB Application , Resulted file is found with '$' at the end of every occurance of 'vbCrLf' ie (vbCrLf$ is found in every code file replacing vbCrLf) under fr folder. What can be the possible reason for this? Thanks.
|
||||||||||||||||
| |||||||||||||||||
| |||||||||||||||||
|
Markus.Kreisel Administrator
|
Hi, in VB6 you can have vbCrLf and vbCrLf$. Both do the same, but vbCrLf$ is faster and uses less memory. vbCrLf is a variant and needs to be converted to a string before it can be used. vbCrLf$ is already a string and no conversion is needed. You should always use vbCrLf$ since its only possible value is a string. There is no need to have the option to store a number or an object in it since it is a constant value. Markus
____________________ http://www.sisulizer.com - Three simple steps to localize |
||||||||||||||||
| |||||||||||||||||
| Current time is 06:16 pm | |
| .NET, Delphi, ... - Sisulizer Localization Tool Support > Technical Support (You need to be registered at the forum to write) > Bugs and Quirks in Sisulizer > '$' at the end of every occurance of 'vbCrLf' | |
Sisulizer software localization tool - Three simple steps to localize