• Writing to User database

    From Bigjoe@VERT/BLUETHR to All on Sat Jan 15 19:29:00 2005
    I know using ããSetstr Joe Mooãset_user_string user_string_noteããwill work, how do I do the same thing but, with a (int_var) ããI'm using a int_var called code. It has a number in it. How do I set the usersãnotes with that int_varããThanksããJoeããã---ã þ Synchronet þ Blue Thunder - bluethunder.dtdns.net or bluethr.synchro.netã
  • From Angus Mcleod@VERT/ANJO to Bigjoe on Sat Jan 15 23:00:00 2005
    Re: Writing to User databaseã By: Bigjoe to All on Sat Jan 15 2005 19:29:00ãã > I know usingã > ã > Setstr Joe Mooã > set_user_string user_string_noteã > ã > will work, how do I do the same thing but, with a (int_var)ã > ã > I'm using a int_var called code. It has a number in it. How do I set the useã > notes with that int_varããConvert to a string first. Example:ãã COPY SomeStringVar SomeIntVarããThe COPY verb will convert integers to decimal strings if the source ãvariable is an integer. If you want the string to be more complex, such ãas a string with your int_var *in* it, then try:ãã SPRINTF SomeStringVar "User has visited %ld times" SomeIntVarããwhich embeds trailing string_ or int_var(s) in the format string at the ãpoint(s) where the specifier(s) are.ããã---ã þ Synchronet þ Where we BAJA Rob into writing our modules. The
    ANJO BBSã
  • From Bigjoe@VERT/BLUETHR to Angus Mcleod on Sun Jan 16 11:27:00 2005
    Re: Writing to User databaseã By: Angus Mcleod to Bigjoe on Sat Jan 15 2005 11:00 pmããThanks, That worksããJoeããã---ã þ Synchronet þ Blue Thunder - bluethunder.dtdns.net or bluethr.synchro.netã