On 1/5/26 12:31 PM, opicron wrote:
Hiya all,
Does anybody know the GE menucommand argument to edit the User Optional Field #4 to #10?
I could not get a few of the GE ones working right, so I had to use MPL
here is something similar to what I do, using data from the records.112
file.
Uses User
GetThisUser
OptionalField[4] := ???
PutThisUser
or something similar.
RecUserOptionalField = Record
Ask : Boolean;
Desc : String[12];
iType : Byte;
iField : Byte;
iMax : Byte;
End;
OptionalField : Array[1..10] of RecUserOptionalField;
Sorry I don't have the exact details to update the Array value, I've
only ever done Byte, Boolean, and String updates.
--- Mystic BBS/NNTP v1.12 A49 2024/05/29 (Windows/32)
* Origin: Archaic Binary * bbs.archaicbinary.net (21:2/132)