Sep. 6th, 2001

Yes!

Sep. 6th, 2001 02:41 pm
robinbloke: (Default)
Ha! Finally cracked the swine, see the awesome power of my code... ahem, well actually it's a total mishmash of comments and left over variables as I've only just got it working, but it works dammit!

~

bool SetLink(string ModuleName, string LinkModule)
{
bool Okay = false
AttrDef Attribute
Object Ob
Module Mod
Module m
Object Field
Object Current

m = read("/Test Database Only/Robin/Development/Problem Log", false)

Current = current m

string FieldContents = Current."ECO"

// Step one, obtain the 'module' object from the module name

Mod = read(ModuleName, false)

// Step two, obtain an object for the specified field name in the module

//Attribute = find(Mod, FieldName)

// Step three, locate the object that has the field with the contents of

for Ob in Mod do
{
// Check the attribute in the object...

string Temp = Ob."ECO Number"

if (Temp == FieldContents)
{
ack "Found It " Temp

// Now set the link

Current -> LinkModule -> Ob

break;
}
}


return Okay
}

m = read("/Test Database Only/Robin/Development/Problem Log", false)

Current = current m

SetLink("/Test Database Only/Robin/Development/ECO", "/Test Database Only/Robin/Development/ECO to Problem" )

ack "Link OK"

~

Isn't that just fascinating?

No?

I'm so glad you said that.
robinbloke: (Default)

Star Wars Test

I didn't find this one! So blame someone else... Steve to be exact...

Openness (20, low)
Admiral Ackbar -- When Admiral Ackbar engages in battle, he does so by the book. His tactics are generally conservative preferring to avoid creative, risky, or novel plans except in rare circumstances.

Conscientious (8, very low)
Han Solo -- This disheveled and scruffy smuggler leads a reckless and haphazard life, with little respect for rules and procedures.

Extraversion (15, low)
Wampas -- reclusive creatures of the ice planet Hoth. They are rarely seen & generally shy, leading a solitary existence.

Agreeableness (57, average)
Darth vader/Anakin Skywalker -- This character truly belongs in the middle of the agreeableness dimension, representing both good and evil. On one hand a kind and warm, on the other hand, evil & ruthless.

Neuroticism (90, very high)
Tuscan warriors -- These inhabitants of Tatooine are unpredictable, temperamental, and excitable, and known to be especially moody in their difficult teenage years.

~

Well, more confirmation that I'm a nutcase if nothing else...

Profile

robinbloke: (Default)
robinbloke

January 2016

S M T W T F S
     12
3456789
10111213141516
17181920212223
24 252627282930
31      

Most Popular Tags

Page Summary

Style Credit

Expand Cut Tags

No cut tags
Page generated Sep. 12th, 2025 06:45 am
Powered by Dreamwidth Studios