Hi, group,
I want to find a string in a TXT file and return the content after it. It may go like this (i suppose)
OPEN (123, FILE="my_FILE.txt",...)
FIND "searching words is:"
GET WORDS after it and store as MY_var
Any hints are appreciated and thanks!
I am a newbie of fortran, where can i...
Thanks for dharni and other replys!
I have got the .k file and test functioned.
sorry for my coming back late and repling.
see below the file include. (I suppose i could post it)
Due to such a challenge, my question will lead to the contact algorithm and defining the boundary conditions.
Some...
Is there really nobody can help? I don't think so.
maybe i have sent a too simple question?
Ok, let me draw the thread farther.
I found, since the version of 960, it is possible to use the keywords *control_implicit_eigenvalue...
now i got the values, but how to judge they could be correct?
and...
Sub test()
Application.WindowState = xlMinimized
AppActivate "Microsoft Excel"
UserForm1.Showtext
End Sub
Error "400": the userform is already there and cannot be linked.?
Hi,
I am programming within the API of Open I-deas.
just confusing about the selection filter...
How could i select the elements without waiting for the "pick entity.." from the user. i.e. I just want to choose all the rigid elements(later its label) from the FEM model.
but...
Thanks!
but what i really want is within the Excel and alone with the VBA.
e.g:
Private Sub Workbook_WindowActivate(ByVal Wn As Window)
Me.Worksheets.Visible = False
'or, Excel.WindowState = xlMinimized
myprog_form.Show
End Sub
but Excel refuse to it :-(
Hi, VBA experts,
In order to beutify my prog's interface, i would like to open the Excel file(active VBA) with the worksheet in the minimized background, i.e. only the Userform or a Dialog window, from the right beginning on!
as if it was a standalone VB or VC main interface,(nothing to do...
sorry, what do U mean "dependency"?
there is only one project in the top combox, and no others at the bottom list.
in addition:
I have include a doznes of 3rd-partener API as include.
If there is no such include, then register OK!
anyway,although my programme can be compiled to DLL and...
I have entered all the Include and Lib directories, system path also have been changed to find the Dlls, But it still refuse to register.
But if I type "regsvr32 MyProm.dll", then it succeed!
BTW: WinNT4 with sp6; VC++6, ATL programming.
Thanks in advance!
I have in the past scanned in nonlinear curves, then utilized cad software to extract a curve which is then
^^^^^^^^^^same to my case^^^^^^^^, But what is the software and How to discretize to points. Do U mean raster to vector conversion? Is there any other simple way?
Anyway thanks!
Actually the character can not be defined as Chr(?), So i have tried to get it from the string text itself. and then find and compare with it throughout the String.
So i got it!
Thanks!
I have got a nonlinear graph for a nonlinear spring on the paper. Is that possible to scan it and transfer to a recognizable table for the phy. properties of the spring? Matlab can do so?
or, The only way is to select dozens of point and cauculate the Stiffness by them with certain algorithm?
I got a sheet full of cells, my job is to get the number from each cell, which contains a long string e.g.("what i really need is only the number of 1234 mm"),
I made a small function to find and cut the spaces bit by bit, but it stop at "of 1234", and find no space any...
online help system drive me here and there, so much!
How could i draw a thread out?
just want to make a small programm to find out how it works though?
Further more...
I just want to connect two Nodes(number) with a certian type of element in a FEM model.
how to make it?
or, anyone...