Home > database >  Assignment problem
Assignment problem

Time:10-12

How will 00.00.00.0000 this number is assigned to a variable of type string

CodePudding user response:

00.00.00.0000 won't be Numbers, should be a string

CodePudding user response:

reference 1st floor wysyz response:
00.00.00.0000 won't be Numbers, should be the string
that how to assign a value to a string variable it?

CodePudding user response:

String ls_1
Ls_1='00.00.00.0000'

CodePudding user response:

With reference to the upstairs, in fact you this is in itself a string

CodePudding user response:

String ls
Ls="00.00.00.0000"

CodePudding user response:

String ls_str
Ls_str='00.00.00.0000'
Messagebox (" display value, "ls_str)

CodePudding user response:

String sData
SData="https://bbs.csdn.net/topics/00.00.00.0000"
  • Related