search for: empyrean

Displaying 3 results from an estimated 3 matches for "empyrean".

Did you mean: emplean
2011 May 06
2
no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d39
Trying to run a certain game called Empyrean Challenge. The program is written in VB apparently. In the past, the program ran fine by installing via winetricks dcom98. Well, that has been removed from dcom98. Without dcom98, I get a Windows runtime error 438. The relevant message on the console, near as I can tell, is: fixme:ole:OLEPicture...
2011 Apr 18
4
Deleting the last value of a vector
Hey guys, I've search a few threads about deleting a value from a vector, but no one has addressed this question so far. I want to delete the last value from a string of values I have: r = [ 1, 2, 3, 4, 5 ], and i want to make r2 = to [ 1, 2, 3, 4] So that r2 is just like r, except that it missing the final value. Thanks, -- View this message in context:
2011 Apr 23
1
How to delete an entire row, if a specific colum has the value of "#VALUE!"
I am importing CSV data with thousands of rows, if any row contains an error from excel, the whole program crashes, so i need to delete all rows with the value of #VALUE!, all other values are non-numeric... I've tried a bunch of strategies, but nothing seems to work. Thanks ahead of time guys, Best, Cody -- View this message in context: