Concatenate Strings on WC32 with display

Efried

Active Member
Hello,
 
PRINT may concatenate two strings but leaves out the blank
PRINT1 "Zeit " CH   
delivers
Zeit18
would be nice having a  possibility writing "Temp=12.2°C"
 
thanks
 
We will take a look on this.
I think you can do
PRINT1  "Temp="  T1  "C"
with up to three parameters in PRINT1 and PRINT2
 
CAI_Support said:
We will take a look on this.
I think you can do
PRINT1  "Temp="  T1  "C"
with up to three parameters in PRINT1 and PRINT2
 
 
Hello,
thanks
 
yes three param works too   ;-)
 
so I may write PRINT2 VAR2 "." VAR3  to get "22.1"
 
BTW: "°" blank etc are not printed- and my Strings and Webset variables are fille with "ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ" from default, what character should we use in the browser?
 
If you do a factory RESET before configuring it, you will get all blank.
The EEPROM on the WC32 is much bigger than WC8. If we initialize every bit, it may take sometime during start up.
User can do factory RESET to initialize that during first configuration.
 
Back
Top