What's the difference between Regular Statement String v2.5.1 and v2.3.1?
RsstClear( &Rsst1 );
RsstKeyPut0( &Rsst1, "KeyName", "Phone" );
RsstKeyPut0( &Rsst1, "Value", "123-456-7890" );
RsstKeyPut0( &Rsst1, "SectionName", "Profile" );
Rsst1.Rssi( &Rsst1, "WriteKey" );
Now you can do this with only one line:
RssiCmd( &Rsst1, "WriteKey", "KeyName=`Name` Value=`Liu Rui` SectionName=`Profile`" );
Please pay attention to use character(` ASC-0x60), not single quotation mark (' ASC-0x27) as the delimiter.
Why I can not visit your website?
There's really some network problem that from somewhere you can not
reach my website. I found some routers in Los Angeles just report "unreachable
address".
Can I use Regular Statement String on platforms other than Linux and Windows?
I have ever tested some version of Regular Statement String implementations on AIX, Solaris, and HP-UX,
and found
no problem on these platforms. I do not release new version RSS on these
platforms now only because they cost me too much time for maintenance.
Why are you so slow to improve Regular Statement String ?
I really don't want to be so slow. I have to do it in my spare time. And in fact I am very busy. I have no time to do develop work for 1 year.