10-27-2023, 10:50 PM
(10-27-2023, 04:01 PM)James D Jarvis Wrote: Just don't make it so long or shorten it when you are working in a sub or function where the work gets done.That'll work too!
Type areallyridiculosulylongUDTthathasaridiculouslynamedtype_type
x as long
y as long
end type
dim thevariabelewithareallyridiculosulylongUDTthathasaridiculouslynamedtype(100) as areallyridiculosulylongUDTthathasaridiculouslynamedtype_type
....
addtoX 12, thevariabelewithareallyridiculosulylongUDTthathasaridiculouslynamedtype(i)
...
sub addtoX(N as long,v as areallyridiculosulylongUDTthathasaridiculouslynamedtype_type)
v.x=v.x+N
end sub
:-D