var 
   string password ;
   
password:=chr($99)+chr($04)+chr($26);

解决方案 »

  1.   

    就是一个有3个字符的字符串啊,ASCII码分别是99,04,26
      

  2.   

    就是一个有3个字符的字符串啊,ASCII码分别是0x99,0x04,0x26不要忘记0x~~
      

  3.   

    密码是一个有3个字符的字符串啊,ASCII码分别是99,04,26
      

  4.   

    CHR( ) Function
    Example See AlsoReturns the character associated with the specified numeric ANSI code.SyntaxCHR(nANSICode)ReturnsCharacterArgumentsnANSICodeSpecifies a number between 0 and 255 whose equivalent ANSI character CHR( ) returns.Use ASC( ) to return the ANSI value for a specified character.ResCHR( ) returns a single character corresponding to the numeric position of the character in the character table of